Searched refs:AddInformativeChunk (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h611 void AddInformativeChunk(const char *Text);
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp361 void CodeCompletionBuilder::AddInformativeChunk(const char *Text) { function in class:CodeCompletionBuilder
H A DSemaCodeComplete.cpp2397 Result.AddInformativeChunk(Result.getAllocator().CopyString(PrintedNNS));
2414 Result.AddInformativeChunk(" const");
2419 Result.AddInformativeChunk(" volatile");
2424 Result.AddInformativeChunk(" restrict");
2436 Result.AddInformativeChunk(Result.getAllocator().CopyString(QualsStr));
2737 Result.AddInformativeChunk(Result.getAllocator().CopyString(SelName));
2756 Result.AddInformativeChunk(Result.getAllocator().CopyString(Keyword));
2784 Result.AddInformativeChunk(Result.getAllocator().CopyString(Arg));
2794 Result.AddInformativeChunk(", ...");
5185 Builder.AddInformativeChunk(
[all...]

Completed in 340 milliseconds