Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp75 return CXCompletionChunk_Informative; in clang_getCompletionChunkKind()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp73 return CXCompletionChunk_Informative; in clang_getCompletionChunkKind()
/external/clang/include/clang-c/
DIndex.h4565 CXCompletionChunk_Informative, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h5230 CXCompletionChunk_Informative, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs197 const CXCompletionChunk_Informative = 4, constant
/external/clang/tools/c-index-test/
Dc-index-test.c1923 case CXCompletionChunk_Informative: return "Informative"; in clang_getCompletionChunkKindSpelling()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2382 case CXCompletionChunk_Informative: return "Informative"; in clang_getCompletionChunkKindSpelling()