Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp101 return CXCompletionChunk_SemiColon; in clang_getCompletionChunkKind()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp99 return CXCompletionChunk_SemiColon; in clang_getCompletionChunkKind()
/external/clang/include/clang-c/
DIndex.h4639 CXCompletionChunk_SemiColon, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h5304 CXCompletionChunk_SemiColon, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs210 const CXCompletionChunk_SemiColon = 17, constant
/external/clang/tools/c-index-test/
Dc-index-test.c1936 case CXCompletionChunk_SemiColon: return "SemiColon"; in clang_getCompletionChunkKindSpelling()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2395 case CXCompletionChunk_SemiColon: return "SemiColon"; in clang_getCompletionChunkKindSpelling()