Searched refs:ParentIncludeLoc (Results 1 – 6 of 6) sorted by relevance
59 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in getNextChar() local60 if (ParentIncludeLoc != SMLoc()) { in getNextChar()61 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in getNextChar()63 CurPtr = ParentIncludeLoc.getPointer(); in getNextChar()
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()
62 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in getNextChar() local63 if (ParentIncludeLoc != SMLoc()) { in getNextChar()64 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in getNextChar()66 CurPtr = ParentIncludeLoc.getPointer(); in getNextChar()
441 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local442 if (ParentIncludeLoc != SMLoc()) { in Lex()443 JumpToLoc(ParentIncludeLoc); in Lex()1284 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local1285 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()
686 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local687 if (ParentIncludeLoc != SMLoc()) { in Lex()688 jumpToLoc(ParentIncludeLoc); in Lex()1988 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local1989 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()
826 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local827 if (ParentIncludeLoc != SMLoc()) { in Lex()828 jumpToLoc(ParentIncludeLoc); in Lex()2289 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local2290 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()