Searched refs:ParentIncludeLoc (Results 1 – 2 of 2) sorted by relevance
60 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in getNextChar() local61 if (ParentIncludeLoc != SMLoc()) { in getNextChar()62 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in getNextChar()64 CurPtr = ParentIncludeLoc.getPointer(); in getNextChar()
594 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local595 if (ParentIncludeLoc != SMLoc()) { in Lex()596 jumpToLoc(ParentIncludeLoc); in Lex()1715 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local1716 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()