Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/TableGen/
H A 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()
/minix/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp594 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
595 if (ParentIncludeLoc != SMLoc()) { in Lex()
596 jumpToLoc(ParentIncludeLoc); in Lex()
1713 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
1714 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()