Home
last modified time | relevance | path

Searched refs:CK_RightAngle (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp94 case CodeCompletionString::CK_RightAngle: in clang_getCompletionChunkKind()
132 case CodeCompletionString::CK_RightAngle: in clang_getCompletionChunkText()
171 case CodeCompletionString::CK_RightAngle: in clang_getCompletionChunkCompletionString()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp125 case CK_RightAngle: in Chunk()
DSemaCodeComplete.cpp1645 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in AddOrdinaryNameResults()
1884 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in AddOrdinaryNameResults()
1895 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in AddOrdinaryNameResults()
1905 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in AddOrdinaryNameResults()
1915 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in AddOrdinaryNameResults()
2571 Result.AddChunk(CodeCompletionString::CK_RightAngle); in AddTypedNameChunk()
2766 Result.AddChunk(CodeCompletionString::CK_RightAngle); in CreateCodeCompletionString()
2784 Result.AddChunk(CodeCompletionString::CK_RightAngle); in CreateCodeCompletionString()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h368 CK_RightAngle, enumerator