Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp87 return CXCompletionChunk_RightBracket; in clang_getCompletionChunkKind()
/external/clang/include/clang-c/
DIndex.h4153 CXCompletionChunk_RightBracket, enumerator
/external/clang/tools/c-index-test/
Dc-index-test.c1748 case CXCompletionChunk_RightBracket: return "RightBracket"; in clang_getCompletionChunkKindSpelling()