Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1951 Builder.AddChunk(CodeCompletionString::CK_Equal); in AddUsingAliasResult()
2066 Builder.AddChunk(CodeCompletionString::CK_Comma); in AddStaticAssertResult()
3120 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()
3218 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()
3816 auto AddChunk = [&](llvm::StringRef Placeholder) { in AddOverloadAggregateChunks() local
3830 AddChunk(Base.getType().getAsString(Policy)); in AddOverloadAggregateChunks()
3833 AddChunk(FormatFunctionParameter(Policy, Field)); in AddOverloadAggregateChunks()
3859 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
3900 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
3967 Current->AddChunk(I == CurrentArg in createTemplateSignatureString()
[all …]
H A DCodeCompleteConsumer.cpp477 void CodeCompletionBuilder::AddChunk(CodeCompletionString::ChunkKind CK, in AddChunk() function in CodeCompletionBuilder
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h745 void AddChunk(CodeCompletionString::ChunkKind CK, const char *Text = "");