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

References

tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  102       : PP(pp), SM(PP.getSourceManager()), ConcatInfo(PP), OS(os),
  102       : PP(pp), SM(PP.getSourceManager()), ConcatInfo(PP), OS(os),
  341     const std::string TokenText = PP.getSpelling(IncludeTok);
  360          << "#" << PP.getSpelling(IncludeTok) << " "
  418   PrintMacroDefinition(*MacroNameTok.getIdentifierInfo(), *MI, PP, OS);