Searched refs:AddIncludeFile (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 175 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Lexer.cpp | 111 srcMgr.AddIncludeFile(filename.str(), includeLoc.End, includedFile); in pushInclude()
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGLexer.cpp | 401 CurBuffer = SrcMgr.AddIncludeFile(Filename, SMLoc::getFromPointer(CurPtr), in LexInclude()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 40 unsigned SourceMgr::AddIncludeFile(const std::string &Filename, in AddIncludeFile() function in SourceMgr
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Diagnostics.cpp | 376 unsigned id = mgr.AddIncludeFile(std::string(filename), SMLoc(), ignored); in getSourceMgrBufferIDForFile()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 865 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile() 881 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile()
|
| H A D | MasmParser.cpp | 1147 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile()
|