Home
last modified time | relevance | path

Searched refs:getParentIncludeLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSourceMgr.h137 SMLoc getParentIncludeLoc(unsigned i) const { in getParentIncludeLoc() function
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp184 SMLoc parentIncludeLoc = srcMgr.getParentIncludeLoc(curBufferID); in lexToken()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.cpp78 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1258 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex()
1280 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok()
1350 SrcMgr.getParentIncludeLoc(CurBuffer) != SMLoc()) { in Run()
1450 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement()
1473 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo()
2805 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler()
H A DAsmParser.cpp930 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex()
2462 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler()