Home
last modified time | relevance | path

Searched refs:AddIncludeFile (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSourceMgr.h175 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp111 srcMgr.AddIncludeFile(filename.str(), includeLoc.End, includedFile); in pushInclude()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.cpp401 CurBuffer = SrcMgr.AddIncludeFile(Filename, SMLoc::getFromPointer(CurPtr), in LexInclude()
/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp40 unsigned SourceMgr::AddIncludeFile(const std::string &Filename, in AddIncludeFile() function in SourceMgr
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp376 unsigned id = mgr.AddIncludeFile(std::string(filename), SMLoc(), ignored); in getSourceMgrBufferIDForFile()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp865 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile()
881 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile()
H A DMasmParser.cpp1147 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile()