Searched refs:ParentIncludeLoc (Results 1 – 2 of 2) sorted by relevance
79 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF() local80 if (ParentIncludeLoc != SMLoc()) { in processEOF()88 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()90 CurPtr = ParentIncludeLoc.getPointer(); in processEOF()
830 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local831 if (ParentIncludeLoc != SMLoc()) { in Lex()832 jumpToLoc(ParentIncludeLoc); in Lex()2303 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local2304 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()