Home | History | Annotate | Download | only in MCParser

Lines Matching refs:ParentIncludeLoc

594     SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer);
595 if (ParentIncludeLoc != SMLoc()) {
596 jumpToLoc(ParentIncludeLoc);
1715 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer);
1716 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);