Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp82 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF() local
83 if (ParentIncludeLoc != SMLoc()) { in processEOF()
91 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()
93 CurPtr = ParentIncludeLoc.getPointer(); in processEOF()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1279 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
1280 if (ParentIncludeLoc != SMLoc()) { in Lex()
1282 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()
1301 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local
1302 if (ParentIncludeLoc != SMLoc()) { in peekTok()
1304 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()
1471 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement() local
1472 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()
1477 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()
1494 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo() local
[all …]
H A DAsmParser.cpp933 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
934 if (ParentIncludeLoc != SMLoc()) { in Lex()
935 jumpToLoc(ParentIncludeLoc); in Lex()
2457 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2458 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()