Searched refs:AddIncludeFile (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h120 /// AddIncludeFile - Search for a file with the specified name in the current
124 size_t AddIncludeFile(const std::string &Filename, SMLoc IncludeLoc,
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DSourceMgr.cpp52 /// AddIncludeFile - Search for a file with the specified name in the current
55 size_t SourceMgr::AddIncludeFile(const std::string &Filename, function in class:SourceMgr
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp551 int NewBuf = SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile);
567 int NewBuf = SrcMgr.AddIncludeFile(Filename, Lexer.getLoc(), IncludedFile);

Completed in 115 milliseconds