reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/CodeCompleteConsumer.h
  723   void AddInformativeChunk(const char *Text);

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 3066     Result.AddInformativeChunk(Result.getAllocator().CopyString(PrintedNNS));
 3082     Result.AddInformativeChunk(" const");
 3087     Result.AddInformativeChunk(" volatile");
 3092     Result.AddInformativeChunk(" restrict");
 3104   Result.AddInformativeChunk(Result.getAllocator().CopyString(QualsStr));
 3445       Result.AddInformativeChunk(Result.getAllocator().CopyString(SelName));
 3464           Result.AddInformativeChunk(Result.getAllocator().CopyString(Keyword));
 3500         Result.AddInformativeChunk(Result.getAllocator().CopyString(Arg));
 3510           Result.AddInformativeChunk(", ...");
 6575         Builder.AddInformativeChunk(
 7051           Builder.AddInformativeChunk(
tools/clang/tools/extra/clangd/unittests/CodeCompletionStringsTests.cpp
  149   Builder.AddInformativeChunk("info ok");
  150   Builder.AddInformativeChunk("info no no::");
  193   Builder.AddInformativeChunk("withFoo:");