Searched refs:ParentIncludeLoc (Results 1 – 3 of 3) sorted by relevance
116 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF() local117 if (ParentIncludeLoc != SMLoc()) { in processEOF()125 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()127 CurPtr = ParentIncludeLoc.getPointer(); in processEOF()
1171 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local1172 if (ParentIncludeLoc != SMLoc()) { in Lex()1174 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()1193 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local1194 if (ParentIncludeLoc != SMLoc()) { in peekTok()1196 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()1291 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement() local1292 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()1297 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()1314 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo() local[all …]
917 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local918 if (ParentIncludeLoc != SMLoc()) { in Lex()919 jumpToLoc(ParentIncludeLoc); in Lex()2398 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local2399 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()