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.
  418         clang::MacroInfo *MacroInfo = PP.getMacroInfo(II);
  420           Expanded += getMacroExpandedString(PP, Name, MacroInfo, nullptr);
  429     if (Args->ArgNeedsPreexpansion(ArgTok, PP))
  431           ->getPreExpArgument(ArgNo, PP)[0];
  443         Expanded += PP.getSpelling(AT); // Not an identifier.
  447         clang::MacroInfo *MacroInfo = PP.getMacroInfo(II);
  449           Expanded += getMacroExpandedString(PP, Name, MacroInfo, nullptr);