Home
last modified time | relevance | path

Searched refs:CXCompletionChunk_VerticalSpace (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp105 return CXCompletionChunk_VerticalSpace; in clang_getCompletionChunkKind()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5337 CXCompletionChunk_VerticalSpace enumerator
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2415 case CXCompletionChunk_VerticalSpace: return "VerticalSpace"; in clang_getCompletionChunkKindSpelling()
2466 if (Kind == CXCompletionChunk_VerticalSpace) { in print_completion_string()