Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp80 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF() local
81 if (ParentIncludeLoc != SMLoc()) { in processEOF()
89 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()
91 CurPtr = ParentIncludeLoc.getPointer(); in processEOF()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1259 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
1260 if (ParentIncludeLoc != SMLoc()) { in Lex()
1262 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()
1281 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local
1282 if (ParentIncludeLoc != SMLoc()) { in peekTok()
1284 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()
1452 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()
1457 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()
1475 if (ParentIncludeLoc == SMLoc()) { in parseStringRefsTo()
1481 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in parseStringRefsTo()
[all …]
H A DAsmParser.cpp914 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
915 if (ParentIncludeLoc != SMLoc()) { in Lex()
916 jumpToLoc(ParentIncludeLoc); in Lex()
2448 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2449 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()