Lines Matching refs:ParentIncludeLoc
1259 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
1260 if (ParentIncludeLoc != SMLoc()) { in Lex()
1262 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()
1281 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local
1282 if (ParentIncludeLoc != SMLoc()) { in peekTok()
1284 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()
1451 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement() local
1452 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()
1457 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()
1474 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo() local
1475 if (ParentIncludeLoc == SMLoc()) { in parseStringRefsTo()
1481 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in parseStringRefsTo()
2840 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2841 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()