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.cpp2085 Builder.AddChunk(CodeCompletionString::CK_Comma); in AddStaticAssertResult()
3257 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()
3273 Result.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()
3361 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()
3373 Result.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()
3579 Result.AddChunk(CodeCompletionString::CK_Comma); in CreateCodeCompletionStringForMacro()
3987 Result.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadAggregateChunks()
4028 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
4040 Result.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
4069 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
[all …]
H A DCodeCompleteConsumer.cpp226 case CK_Comma: in Chunk()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h509 CK_Comma, enumerator