Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.cpp78 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF() local
79 if (ParentIncludeLoc != SMLoc()) { in processEOF()
87 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()
89 CurPtr = ParentIncludeLoc.getPointer(); in processEOF()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1258 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
1259 if (ParentIncludeLoc != SMLoc()) { in Lex()
1261 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()
1280 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local
1281 if (ParentIncludeLoc != SMLoc()) { in peekTok()
1283 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()
1451 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()
1456 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()
1474 if (ParentIncludeLoc == SMLoc()) { in parseStringRefsTo()
1480 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in parseStringRefsTo()
[all …]
H A DAsmParser.cpp930 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
931 if (ParentIncludeLoc != SMLoc()) { in Lex()
932 jumpToLoc(ParentIncludeLoc); in Lex()
2462 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2463 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()