Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp107 return CXCompletionChunk_VerticalSpace; in clang_getCompletionChunkKind()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp105 return CXCompletionChunk_VerticalSpace; in clang_getCompletionChunkKind()
/external/clang/include/clang-c/
DIndex.h4652 CXCompletionChunk_VerticalSpace enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h5317 CXCompletionChunk_VerticalSpace enumerator
/external/clang/tools/c-index-test/
Dc-index-test.c1939 case CXCompletionChunk_VerticalSpace: return "VerticalSpace"; in clang_getCompletionChunkKindSpelling()
1990 if (Kind == CXCompletionChunk_VerticalSpace) { in print_completion_string()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2398 case CXCompletionChunk_VerticalSpace: return "VerticalSpace"; in clang_getCompletionChunkKindSpelling()
2449 if (Kind == CXCompletionChunk_VerticalSpace) { in print_completion_string()
/external/rust/crates/clang-sys/src/
Dlib.rs213 const CXCompletionChunk_VerticalSpace = 20, constant