Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp249 CI.getMutFrontendOpts().ModuleMapFiles.clear(); in getInvocationAdjustedForModuleBuildWithoutOutputs()
271 CI.getMutFrontendOpts().ModuleMapFiles.emplace_back(ModuleMapFile); in getInvocationAdjustedForModuleBuildWithoutOutputs()
297 llvm::DenseSet<const FileEntry *> ModuleMapFiles; in collectModuleMapFiles() local
304 ModuleMapFiles.insert(*FE); in collectModuleMapFiles()
306 return ModuleMapFiles; in collectModuleMapFiles()
317 CI.getFrontendOpts().ModuleMapFiles.push_back(MD->ClangModuleMapFile); in addModuleMapFiles()
370 CI.getFrontendOpts().ModuleMapFiles.emplace_back( in applyDiscoveredDependencies()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h548 std::vector<std::string> ModuleMapFiles; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp658 CI.getFrontendOpts().ModuleMapFiles.push_back( in BeginSourceFile()
926 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3267 MarshallingInfoStringVector<FrontendOpts<"ModuleMapFiles">>;