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

References

tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  466   appendArgument(Name, PP.getSpelling(Value));
  481   const FileEntry *FileEntry = PP.getSourceManager().getFileEntryForID(Value);
  506   appendArgument(Name, getSourceLocationString(PP, Value).c_str());
  519   SS << "[" << getSourceLocationString(PP, Value.getBegin()) << ", "
  520      << getSourceLocationString(PP, Value.getEnd()) << "]";
  546        << "Loc: " << getSourceLocationString(PP, Value[I].second) << "}";
  616         SS << PP.getSpelling(*Current);
  657   const char *B = PP.getSourceManager().getCharacterData(Range.getBegin());
  658   const char *E = PP.getSourceManager().getCharacterData(Range.getEnd());