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

References

tools/clang/lib/Lex/PPMacroExpansion.cpp
 1551     if (PLoc.isValid()) {
 1552       PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
 1552       PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
 1553       for (; PLoc.isValid(); ++Depth)
 1554         PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
 1554         PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());