Searched refs:ParentIncludeLoc (Results 1 – 2 of 2) sorted by relevance
61 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in getNextChar() local62 if (ParentIncludeLoc != SMLoc()) { in getNextChar()63 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in getNextChar()65 CurPtr = ParentIncludeLoc.getPointer(); in getNextChar()
484 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local485 if (ParentIncludeLoc != SMLoc()) { in Lex()486 JumpToLoc(ParentIncludeLoc); in Lex()1357 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local1358 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()