Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1856 Builder.AddChunk(CodeCompletionString::CK_Equal); in AddUsingAliasResult()
1969 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()
3299 Result.AddChunk(CodeCompletionString::CK_LeftParen); in CreateCodeCompletionStringForMacro()
3712 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
3750 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
6668 Builder.AddChunk(CodeCompletionString::CK_Colon); in AddObjCExpressionResults()
[all …]
H A DCodeCompleteConsumer.cpp460 void CodeCompletionBuilder::AddChunk(CodeCompletionString::ChunkKind CK, in AddChunk() function in CodeCompletionBuilder
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h732 void AddChunk(CodeCompletionString::ChunkKind CK, const char *Text = "");