Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp1969 Builder.AddChunk(CodeCompletionString::CK_Comma); in AddStaticAssertResult()
3016 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()
3025 Result.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()
3114 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()
3126 Result.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()
3313 Result.AddChunk(CodeCompletionString::CK_Comma); in CreateCodeCompletionStringForMacro()
3712 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
3723 Result.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
3750 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
4115 Builder.AddChunk(CodeCompletionString::CK_Comma); in MaybeAddOverrideCalls()
[all …]
DCodeCompleteConsumer.cpp221 case CK_Comma: in Chunk()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h499 CK_Comma, enumerator