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()
1173 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local1174 if (ParentIncludeLoc != SMLoc()) { in Lex()1176 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()1342 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement() local1343 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()1348 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()1365 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo() local1366 if (ParentIncludeLoc == SMLoc()) { in parseStringRefsTo()1372 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in parseStringRefsTo()2687 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local[all …]
910 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local911 if (ParentIncludeLoc != SMLoc()) { in Lex()912 jumpToLoc(ParentIncludeLoc); in Lex()2441 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local2442 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()