Lines Matching refs:ParentIncludeLoc
1258 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
1259 if (ParentIncludeLoc != SMLoc()) { in Lex()
1261 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()
1280 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local
1281 if (ParentIncludeLoc != SMLoc()) { in peekTok()
1283 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()
1450 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement() local
1451 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()
1456 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()
1473 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo() local
1474 if (ParentIncludeLoc == SMLoc()) { in parseStringRefsTo()
1480 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in parseStringRefsTo()
2805 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2806 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()