Home
last modified time | relevance | path

Searched refs:OpenIncludeFile (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp44 OpenIncludeFile(Filename, IncludedFile); in AddIncludeFile()
52 SourceMgr::OpenIncludeFile(const std::string &Filename, in OpenIncludeFile() function in SourceMgr
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSourceMgr.h187 OpenIncludeFile(const std::string &Filename, std::string &IncludedFile);
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp774 parserSrcMgr.OpenIncludeFile(filename.str(), includedFile); in parseTdInclude()