Home
last modified time | relevance | path

Searched refs:ParentIncludeLoc (Results 1 – 6 of 6) 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-7.0/llvm/lib/TableGen/
DTGLexer.cpp62 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in getNextChar() local
63 if (ParentIncludeLoc != SMLoc()) { in getNextChar()
64 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in getNextChar()
66 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp826 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
827 if (ParentIncludeLoc != SMLoc()) { in Lex()
828 jumpToLoc(ParentIncludeLoc); in Lex()
2289 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2290 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()