reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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());