Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1173 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
1174 if (ParentIncludeLoc != SMLoc()) { in Lex()
1176 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in Lex()
1342 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement() local
1343 if (ParentIncludeLoc == SMLoc()) { in eatToEndOfStatement()
1348 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in eatToEndOfStatement()
1365 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo() local
1366 if (ParentIncludeLoc == SMLoc()) { in parseStringRefsTo()
1372 jumpToLoc(ParentIncludeLoc, 0, EndStatementAtEOFStack.back()); in parseStringRefsTo()
2687 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
[all …]
H A DAsmParser.cpp910 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex() local
911 if (ParentIncludeLoc != SMLoc()) { in Lex()
912 jumpToLoc(ParentIncludeLoc); in Lex()
2441 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler() local
2442 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()