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.cpp116 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF() local
117 if (ParentIncludeLoc != SMLoc()) { in processEOF()
125 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()
127 CurPtr = ParentIncludeLoc.getPointer(); in processEOF()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1171 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
1172 if (ParentIncludeLoc != SMLoc()) { in Lex()
1174 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()
1193 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok() local
1194 if (ParentIncludeLoc != SMLoc()) { in peekTok()
1196 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in peekTok()
1291 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement() local
1292 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()
1297 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()
1314 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo() local
[all …]
H A DAsmParser.cpp917 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
918 if (ParentIncludeLoc != SMLoc()) { in Lex()
919 jumpToLoc(ParentIncludeLoc); in Lex()
2398 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2399 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()