Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h134 SMLoc getParentIncludeLoc(unsigned i) const { in getParentIncludeLoc() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp80 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in processEOF()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1259 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex()
1281 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in peekTok()
1351 SrcMgr.getParentIncludeLoc(CurBuffer) != SMLoc()) { in Run()
1451 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in eatToEndOfStatement()
1474 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in parseStringRefsTo()
2840 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler()
H A DAsmParser.cpp914 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); in Lex()
2448 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); in DiagHandler()