Searched refs:AddChunk (Results 1 – 4 of 4) sorted by relevance
89 Builder.AddChunk(CodeCompletionString::CK_LeftParen); in TEST_F()91 Builder.AddChunk(CodeCompletionString::CK_Comma); in TEST_F()93 Builder.AddChunk(CodeCompletionString::CK_RightParen); in TEST_F()104 Builder.AddChunk(CodeCompletionString::CK_Comma); in TEST_F()108 Builder.AddChunk(CodeCompletionString::CK_Comma); in TEST_F()115 Builder.AddChunk(CodeCompletionString::CK_LeftParen); in TEST_F()118 Builder.AddChunk(CodeCompletionString::CK_RightParen); in TEST_F()128 Builder.AddChunk(CodeCompletionString::CK_LeftParen); in TEST_F()130 Builder.AddChunk(CodeCompletionString::CK_RightParen); in TEST_F()143 Builder.AddChunk(CodeCompletionString::CK_Equal); in TEST_F()[all …]
1861 Builder.AddChunk(CodeCompletionString::CK_Equal); in AddUsingAliasResult()1975 Builder.AddChunk(CodeCompletionString::CK_Comma); in AddStaticAssertResult()3023 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()3121 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()3704 auto AddChunk = [&](llvm::StringRef Placeholder) { in AddOverloadAggregateChunks() local3718 AddChunk(Base.getType().getAsString(Policy)); in AddOverloadAggregateChunks()3721 AddChunk(FormatFunctionParameter(Policy, Field)); in AddOverloadAggregateChunks()3747 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()3788 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()3855 Current->AddChunk(I == CurrentArg in createTemplateSignatureString()[all …]
471 void CodeCompletionBuilder::AddChunk(CodeCompletionString::ChunkKind CK, in AddChunk() function in CodeCompletionBuilder
738 void AddChunk(CodeCompletionString::ChunkKind CK, const char *Text = "");