Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGLexer.cpp61 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in getNextChar() local
62 if (ParentIncludeLoc != SMLoc()) { in getNextChar()
63 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in getNextChar()
65 CurPtr = ParentIncludeLoc.getPointer(); in getNextChar()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp484 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
485 if (ParentIncludeLoc != SMLoc()) { in Lex()
486 JumpToLoc(ParentIncludeLoc); in Lex()
1357 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
1358 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()