Home
last modified time | relevance | path

Searched refs:ParentIncludeLoc (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGLexer.cpp59 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in getNextChar() local
60 if (ParentIncludeLoc != SMLoc()) { in getNextChar()
61 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in getNextChar()
63 CurPtr = ParentIncludeLoc.getPointer(); in getNextChar()
/external/llvm/lib/TableGen/
DTGLexer.cpp60 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in getNextChar() local
61 if (ParentIncludeLoc != SMLoc()) { in getNextChar()
62 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in getNextChar()
64 CurPtr = ParentIncludeLoc.getPointer(); in getNextChar()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp441 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
442 if (ParentIncludeLoc != SMLoc()) { in Lex()
443 JumpToLoc(ParentIncludeLoc); in Lex()
1284 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
1285 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp686 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
687 if (ParentIncludeLoc != SMLoc()) { in Lex()
688 jumpToLoc(ParentIncludeLoc); in Lex()
1988 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
1989 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()