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

References

tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
  413         Expanded += PP.getSpelling(T); // Not an identifier.
  420           Expanded += getMacroExpandedString(PP, Name, MacroInfo, nullptr);
  422           Expanded += Name;
  443         Expanded += PP.getSpelling(AT); // Not an identifier.
  449           Expanded += getMacroExpandedString(PP, Name, MacroInfo, nullptr);
  451           Expanded += Name;
  455   return Expanded;