Home | History | Annotate | Download | only in MCParser

Lines Matching refs:ParentIncludeLoc

606     SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer);
607 if (ParentIncludeLoc != SMLoc()) {
608 jumpToLoc(ParentIncludeLoc);
1706 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer);
1707 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);