Searched refs:ParentIncludeLoc (Results 1 – 3 of 3) sorted by relevance
78 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF() local79 if (ParentIncludeLoc != SMLoc()) { in processEOF()87 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()89 CurPtr = ParentIncludeLoc.getPointer(); in processEOF()
1258 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local1259 if (ParentIncludeLoc != SMLoc()) { in Lex()1261 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()1280 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local1281 if (ParentIncludeLoc != SMLoc()) { in peekTok()1283 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()1451 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()1456 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()1474 if (ParentIncludeLoc == SMLoc()) { in parseStringRefsTo()1480 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in parseStringRefsTo()[all …]
930 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local931 if (ParentIncludeLoc != SMLoc()) { in Lex()932 jumpToLoc(ParentIncludeLoc); in Lex()2462 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local2463 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()