Home
last modified time | relevance | path

Searched refs:ModuleMapFile (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp925 const FileEntry *ModuleMapFile = nullptr; in inferFrameworkModule() local
965 ModuleMapFile = inferred->second.ModuleMapFile; in inferFrameworkModule()
974 ModuleMapFile = getModuleMapFileForUniquing(Parent); in inferFrameworkModule()
991 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()
1374 const FileEntry *ModuleMapFile; member in clang::ModuleMapParser
1446 ModuleMap &Map, const FileEntry *ModuleMapFile, in ModuleMapParser() argument
1449 ModuleMapFile(ModuleMapFile), Directory(Directory), in ModuleMapParser()
1871 if (ModuleMapFile != Map.getContainingModuleMapFile(TopLevelModule)) { in parseModuleDecl()
1875 Map.addAdditionalModuleMapFile(TopLevelModule, ModuleMapFile); in parseModuleDecl()
1962 StringRef MapFileName(ModuleMapFile->getName()); in parseModuleDecl()
[all …]
H A DHeaderSearch.cpp1545 if (const FileEntry *ModuleMapFile = lookupModuleMapFile(Dir, IsFramework)) { in loadModuleMapFile() local
1547 loadModuleMapFileImpl(ModuleMapFile, IsSystem, Dir); in loadModuleMapFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp202 StringRef ModuleMapFile = CI.getFrontendOpts().OriginalModuleMap; in CreateOutputFile() local
203 if (ModuleMapFile.empty()) in CreateOutputFile()
204 ModuleMapFile = InFile; in CreateOutputFile()
209 ModuleMapFile); in CreateOutputFile()
H A DCompilerInstance.cpp1183 if (const FileEntry *ModuleMapFile = in compileModuleImpl() local
1189 ModuleMapFile, ImportingInstance.getFileManager())) in compileModuleImpl()
1190 ModuleMapFile = PublicMMFile; in compileModuleImpl()
1195 FrontendInputFile(ModuleMapFile->getName(), IK, +Module->IsSystem), in compileModuleImpl()
1219 ModuleMapFile = Instance.getFileManager().getVirtualFile( in compileModuleImpl()
1222 ModuleMapFile, std::move(ModuleMapBuffer)); in compileModuleImpl()
2008 const FileEntry *ModuleMapFile = Other.getFileManager().getVirtualFile( in loadModuleFromSource() local
2011 ModuleMapFile, in loadModuleFromSource()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h255 const FileEntry *ModuleMapFile; member