Home | History | Annotate | Download | only in MCParser

Lines Matching defs:ParentIncludeLoc

441     SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer);
442 if (ParentIncludeLoc != SMLoc()) {
443 JumpToLoc(ParentIncludeLoc);
1284 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer);
1285 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);