Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp91 return CXCompletionChunk_RightBrace; in clang_getCompletionChunkKind()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp89 return CXCompletionChunk_RightBrace; in clang_getCompletionChunkKind()
/external/clang/include/clang-c/
DIndex.h4611 CXCompletionChunk_RightBrace, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h5276 CXCompletionChunk_RightBrace, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs204 const CXCompletionChunk_RightBrace = 11, constant
/external/clang/tools/c-index-test/
Dc-index-test.c1930 case CXCompletionChunk_RightBrace: return "RightBrace"; in clang_getCompletionChunkKindSpelling()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2389 case CXCompletionChunk_RightBrace: return "RightBrace"; in clang_getCompletionChunkKindSpelling()