Searched refs:ParentIncludeLoc (Results 1 – 3 of 3) sorted by relevance
82 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF() local83 if (ParentIncludeLoc != SMLoc()) { in processEOF()91 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()93 CurPtr = ParentIncludeLoc.getPointer(); in processEOF()
1279 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local1280 if (ParentIncludeLoc != SMLoc()) { in Lex()1282 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()1301 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local1302 if (ParentIncludeLoc != SMLoc()) { in peekTok()1304 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()1470 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement() local1471 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()1476 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()1493 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo() local[all …]
933 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local934 if (ParentIncludeLoc != SMLoc()) { in Lex()935 jumpToLoc(ParentIncludeLoc); in Lex()2463 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local2464 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()