Lines Matching refs:ParentIncludeLoc
1279 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
1280 if (ParentIncludeLoc != SMLoc()) { in Lex()
1282 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()
1301 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local
1302 if (ParentIncludeLoc != SMLoc()) { in peekTok()
1304 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()
1471 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement() local
1472 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()
1477 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()
1494 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo() local
1495 if (ParentIncludeLoc == SMLoc()) { in parseStringRefsTo()
1501 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in parseStringRefsTo()
2789 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2790 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()