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

References

tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
 1294   std::string HeaderPath = getSourceLocationFile(PP, HashLoc);
 1295   getSourceLocationLineAndColumn(PP, HashLoc, DirectiveLine, DirectiveColumn);
 1306     PPTracker.handleHeaderEntry(PP, getSourceLocationFile(PP, Loc));
 1306     PPTracker.handleHeaderEntry(PP, getSourceLocationFile(PP, Loc));
 1310         PP.getSourceManager().getFileEntryForID(PrevFID);
 1332   std::string Unexpanded(getMacroUnexpandedString(Range, PP, MacroName, MI));
 1333   std::string Expanded(getMacroExpandedString(PP, MacroName, MI, Args));
 1335       PP, PPTracker.getCurrentHeaderHandle(), Loc, MI->getDefinitionLoc(), II,
 1346   std::string Unexpanded(getSourceString(PP, Range));
 1348       PP, PPTracker.getCurrentHeaderHandle(), Loc,
 1356   std::string Unexpanded(getSourceString(PP, ConditionRange));
 1358       PP, PPTracker.getCurrentHeaderHandle(), Loc, clang::tok::pp_if,
 1366   std::string Unexpanded(getSourceString(PP, ConditionRange));
 1368       PP, PPTracker.getCurrentHeaderHandle(), Loc, clang::tok::pp_elif,
 1378       PP, PPTracker.getCurrentHeaderHandle(), Loc, clang::tok::pp_ifdef,
 1379       IsDefined, PP.getSpelling(MacroNameTok),
 1389       PP, PPTracker.getCurrentHeaderHandle(), Loc, clang::tok::pp_ifndef,
 1390       IsNotDefined, PP.getSpelling(MacroNameTok),