Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp89 return CXCompletionChunk_LeftBrace; in clang_getCompletionChunkKind()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp87 return CXCompletionChunk_LeftBrace; in clang_getCompletionChunkKind()
/external/clang/include/clang-c/
DIndex.h4607 CXCompletionChunk_LeftBrace, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h5272 CXCompletionChunk_LeftBrace, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs203 const CXCompletionChunk_LeftBrace = 10, constant
/external/clang/tools/c-index-test/
Dc-index-test.c1929 case CXCompletionChunk_LeftBrace: return "LeftBrace"; in clang_getCompletionChunkKindSpelling()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2388 case CXCompletionChunk_LeftBrace: return "LeftBrace"; in clang_getCompletionChunkKindSpelling()