Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()
1476 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()
1494 if (ParentIncludeLoc == SMLoc()) { in parseStringRefsTo()
1500 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in parseStringRefsTo()
[all …]
H A DAsmParser.cpp935 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
936 if (ParentIncludeLoc != SMLoc()) { in Lex()
937 jumpToLoc(ParentIncludeLoc); in Lex()
2459 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2460 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()