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

References

tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
  467   const char *S1 = (H1 ? *H1 : "");
  468   const char *S2 = (H2 ? *H2 : "");
  473   const char *S1 = (H1 ? *H1 : "");
  474   const char *S2 = (H2 ? *H2 : "");
  953       if (**I == CanonicalPath)
 1146       OS << *MacroExpTracker.InstanceSourceLine;
 1149       OS << "error: Macro instance '" << *MacroExpTracker.MacroUnexpanded
 1157         OS << "  '" << *MacroExpTracker.MacroUnexpanded << "' expanded to: '"
 1158            << *MacroInfo.MacroExpanded
 1168             OS << std::string((Index * 2) + 4, ' ') << *getHeaderFilePath(H)
 1176           OS << *MacroInfo.DefinitionSourceLine;
 1204       OS << *HeaderPaths[ItemKey.File] << ":" << ItemKey.Line << ":"
 1207          << *CondTracker.ConditionUnexpanded << "\n";
 1210          << *CondTracker.ConditionUnexpanded
 1218         OS << "  '" << *CondTracker.ConditionUnexpanded << "' expanded to: '"
 1229             OS << std::string((Index * 2) + 4, ' ') << *getHeaderFilePath(H)