Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp204 CI.getMutFrontendOpts().ModuleMapFiles.emplace_back(ModuleMapFile); in getInvocationAdjustedForModuleBuildWithoutOutputs()
230 llvm::DenseSet<const FileEntry *> ModuleMapFiles; in collectModuleMapFiles() local
237 ModuleMapFiles.insert(*FE); in collectModuleMapFiles()
239 return ModuleMapFiles; in collectModuleMapFiles()
250 CI.getFrontendOpts().ModuleMapFiles.push_back(MD->ClangModuleMapFile); in addModuleMapFiles()
301 CI.getFrontendOpts().ModuleMapFiles.emplace_back( in applyDiscoveredDependencies()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h514 std::vector<std::string> ModuleMapFiles; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp257 Instance.getFrontendOpts().ModuleMapFiles.clear(); in visitModuleFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp652 CI.getFrontendOpts().ModuleMapFiles.push_back( in BeginSourceFile()
917 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3119 MarshallingInfoStringVector<FrontendOpts<"ModuleMapFiles">>;