Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp79 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF() local
80 if (ParentIncludeLoc != SMLoc()) { in processEOF()
88 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()
90 CurPtr = ParentIncludeLoc.getPointer(); in processEOF()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp830 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
831 if (ParentIncludeLoc != SMLoc()) { in Lex()
832 jumpToLoc(ParentIncludeLoc); in Lex()
2303 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2304 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()