Home | History | Annotate | Download | only in MCParser

Lines Matching refs:ParentIncludeLoc

484     SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer);
485 if (ParentIncludeLoc != SMLoc()) {
486 JumpToLoc(ParentIncludeLoc);
1357 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer);
1358 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);