Searched refs:CXCompletionChunk_VerticalSpace (Results 1 – 3 of 3) sorted by relevance
107 return CXCompletionChunk_VerticalSpace; in clang_getCompletionChunkKind()
4444 CXCompletionChunk_VerticalSpace enumerator
1824 case CXCompletionChunk_VerticalSpace: return "VerticalSpace"; in clang_getCompletionChunkKindSpelling()1875 if (Kind == CXCompletionChunk_VerticalSpace) { in print_completion_string()