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.cpp2066 Builder.AddChunk(CodeCompletionString::CK_Comma); in AddStaticAssertResult()
3120 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()
3129 Result.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()
3218 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()
3230 Result.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()
3417 Result.AddChunk(CodeCompletionString::CK_Comma); in CreateCodeCompletionStringForMacro()
3818 Result.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadAggregateChunks()
3859 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
3871 Result.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
3900 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.h509 CK_Comma, enumerator