Searched refs:ParentIncludeLoc (Results 1 – 3 of 3) sorted by relevance
80 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF() local81 if (ParentIncludeLoc != SMLoc()) { in processEOF()89 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()91 CurPtr = ParentIncludeLoc.getPointer(); in processEOF()
1259 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local1260 if (ParentIncludeLoc != SMLoc()) { in Lex()1262 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()1281 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local1282 if (ParentIncludeLoc != SMLoc()) { in peekTok()1284 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()1452 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()1457 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()1475 if (ParentIncludeLoc == SMLoc()) { in parseStringRefsTo()1481 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in parseStringRefsTo()[all …]
914 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local915 if (ParentIncludeLoc != SMLoc()) { in Lex()916 jumpToLoc(ParentIncludeLoc); in Lex()2448 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local2449 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()