Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp87 return CXCompletionChunk_LeftBrace; in clang_getCompletionChunkKind()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h5359 CXCompletionChunk_LeftBrace, enumerator
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c2405 case CXCompletionChunk_LeftBrace: return "LeftBrace"; in clang_getCompletionChunkKindSpelling()