Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp73 return CXCompletionChunk_Placeholder; in clang_getCompletionChunkKind()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp71 return CXCompletionChunk_Placeholder; in clang_getCompletionChunkKind()
/external/clang/include/clang-c/
DIndex.h4555 CXCompletionChunk_Placeholder, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h5220 CXCompletionChunk_Placeholder, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs196 const CXCompletionChunk_Placeholder = 3, constant
/external/clang/tools/c-index-test/
Dc-index-test.c1922 case CXCompletionChunk_Placeholder: return "Placeholder"; in clang_getCompletionChunkKindSpelling()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2381 case CXCompletionChunk_Placeholder: return "Placeholder"; in clang_getCompletionChunkKindSpelling()