Searched refs:ModuleMapFile (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 40 std::string ModuleMapFile; member 45 ModuleMapFile(M->PresumedModuleMapFile) {} in PrebuiltModuleDep()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1024 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 D | HeaderSearch.cpp | 1825 if (OptionalFileEntryRef ModuleMapFile = in loadModuleMapFile() local 1828 loadModuleMapFileImpl(*ModuleMapFile, IsSystem, Dir); in loadModuleMapFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1329 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 D | FrontendActions.cpp | 237 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 D | ModuleDepCollector.cpp | 185 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 D | ModuleMap.h | 267 OptionalFileEntryRef ModuleMapFile; member
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 219 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()
|