Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp92 case CodeCompletionString::CK_RightAngle: in clang_getCompletionChunkKind()
130 case CodeCompletionString::CK_RightAngle: in clang_getCompletionChunkText()
169 case CodeCompletionString::CK_RightAngle: in clang_getCompletionChunkCompletionString()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h498 CK_RightAngle, enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp220 case CK_RightAngle: in Chunk()
H A DSemaCodeComplete.cpp2195 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in AddOrdinaryNameResults()
2515 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in AddOrdinaryNameResults()
2526 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in AddOrdinaryNameResults()
2536 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in AddOrdinaryNameResults()
2546 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in AddOrdinaryNameResults()
3314 Result.AddChunk(CodeCompletionString::CK_RightAngle); in AddTypedNameChunk()
3560 Result.AddChunk(CodeCompletionString::CK_RightAngle); in createCodeCompletionStringForDecl()
3578 Result.AddChunk(CodeCompletionString::CK_RightAngle); in createCodeCompletionStringForDecl()
3898 Builder.AddChunk(CodeCompletionString::CK_RightAngle); in createTemplateSignatureString()