Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h40 std::string ModuleMapFile; member
45 ModuleMapFile(M->PresumedModuleMapFile) {} in PrebuiltModuleDep()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1024 OptionalFileEntryRef ModuleMapFile; in inferFrameworkModule() local
1063 ModuleMapFile = inferred->second.ModuleMapFile; in inferFrameworkModule()
1072 ModuleMapFile = getModuleMapFileForUniquing(Parent); in inferFrameworkModule()
1089 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()
1520 FileEntryRef ModuleMapFile; member in clang::ModuleMapParser
1590 ModuleMap &Map, FileEntryRef ModuleMapFile, in ModuleMapParser() argument
1593 ModuleMapFile(ModuleMapFile), Directory(Directory), in ModuleMapParser()
2014 ModuleMapFile != Map.getContainingModuleMapFile(TopLevelModule)) { in parseModuleDecl()
2018 Map.addAdditionalModuleMapFile(TopLevelModule, ModuleMapFile); in parseModuleDecl()
2123 StringRef MapFileName(ModuleMapFile.getName()); in parseModuleDecl()
[all …]
H A DHeaderSearch.cpp1825 if (OptionalFileEntryRef ModuleMapFile = in loadModuleMapFile() local
1828 loadModuleMapFileImpl(*ModuleMapFile, IsSystem, Dir); in loadModuleMapFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1329 if (OptionalFileEntryRef ModuleMapFile = in compileModule() local
1335 *ModuleMapFile, ImportingInstance.getFileManager())) in compileModule()
1336 ModuleMapFile = PublicMMFile; in compileModule()
1338 StringRef ModuleMapFilePath = ModuleMapFile->getNameAsRequested(); in compileModule()
1366 FileEntryRef ModuleMapFile = Instance.getFileManager().getVirtualFileRef( in compileModule() local
1369 ModuleMapFile, std::move(ModuleMapBuffer)); in compileModule()
2191 FileEntryRef ModuleMapFile = Other.getFileManager().getVirtualFileRef( in createModuleFromSource() local
2194 ModuleMapFile, llvm::MemoryBuffer::getMemBuffer(NullTerminatedSource)); in createModuleFromSource()
H A DFrontendActions.cpp237 StringRef ModuleMapFile = CI.getFrontendOpts().OriginalModuleMap; in CreateOutputFile() local
238 if (ModuleMapFile.empty()) in CreateOutputFile()
239 ModuleMapFile = InFile; in CreateOutputFile()
244 ModuleMapFile); in CreateOutputFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp185 for (StringRef ModuleMapFile : Deps.ModuleMapFileDeps) { in getInvocationAdjustedForModuleBuildWithoutOutputs() local
187 auto ModuleMapEntry = ScanInstance.getFileManager().getFile(ModuleMapFile); in getInvocationAdjustedForModuleBuildWithoutOutputs()
204 CI.getMutFrontendOpts().ModuleMapFiles.emplace_back(ModuleMapFile); in getInvocationAdjustedForModuleBuildWithoutOutputs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h267 OptionalFileEntryRef ModuleMapFile; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp219 if (auto ModuleMapFile = MM.getContainingModuleMapFile(Mod)) in GetAffectingModuleMaps() local
220 CollectIncludingModuleMaps(*ModuleMapFile); in GetAffectingModuleMaps()
224 if (auto ModuleMapFile = MM.getModuleMapFileForUniquing(Mod)) in GetAffectingModuleMaps() local
225 CollectIncludingModuleMaps(*ModuleMapFile); in GetAffectingModuleMaps()