Searched refs:AddIncludeFile (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 156 unsigned AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 403 CurBuffer = SrcMgr.AddIncludeFile(Filename, SMLoc::getFromPointer(CurPtr), in LexInclude()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 40 unsigned SourceMgr::AddIncludeFile(const std::string &Filename, in AddIncludeFile() function in SourceMgr
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 845 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile() 861 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in processIncbinFile()
|
H A D | MasmParser.cpp | 1093 SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile); in enterIncludeFile()
|