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

References

tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
 1296   PPTracker.handleIncludeDirective(HeaderPath, DirectiveLine, DirectiveColumn,
 1306     PPTracker.handleHeaderEntry(PP, getSourceLocationFile(PP, Loc));
 1312       PPTracker.handleHeaderExit(F->getName());
 1334   PPTracker.addMacroExpansionInstance(
 1335       PP, PPTracker.getCurrentHeaderHandle(), Loc, MI->getDefinitionLoc(), II,
 1336       Unexpanded, Expanded, PPTracker.getCurrentInclusionPathHandle());
 1347   PPTracker.addMacroExpansionInstance(
 1348       PP, PPTracker.getCurrentHeaderHandle(), Loc,
 1350       (MI ? "true" : "false"), PPTracker.getCurrentInclusionPathHandle());
 1357   PPTracker.addConditionalExpansionInstance(
 1358       PP, PPTracker.getCurrentHeaderHandle(), Loc, clang::tok::pp_if,
 1359       ConditionResult, Unexpanded, PPTracker.getCurrentInclusionPathHandle());
 1367   PPTracker.addConditionalExpansionInstance(
 1368       PP, PPTracker.getCurrentHeaderHandle(), Loc, clang::tok::pp_elif,
 1369       ConditionResult, Unexpanded, PPTracker.getCurrentInclusionPathHandle());
 1377   PPTracker.addConditionalExpansionInstance(
 1378       PP, PPTracker.getCurrentHeaderHandle(), Loc, clang::tok::pp_ifdef,
 1380       PPTracker.getCurrentInclusionPathHandle());
 1388   PPTracker.addConditionalExpansionInstance(
 1389       PP, PPTracker.getCurrentHeaderHandle(), Loc, clang::tok::pp_ifndef,
 1391       PPTracker.getCurrentInclusionPathHandle());