Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2074 Builder.AddChunk(CodeCompletionString::CK_Comma); in AddStaticAssertResult()
3127 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()
3136 Result.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()
3224 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()
3236 Result.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()
3423 Result.AddChunk(CodeCompletionString::CK_Comma); in CreateCodeCompletionStringForMacro()
3824 Result.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadAggregateChunks()
3865 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
3877 Result.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
3906 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
[all …]
H A DCodeCompleteConsumer.cpp230 case CK_Comma: in Chunk()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h510 CK_Comma, enumerator