Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h467 std::vector<std::string> ModuleMapFiles; variable
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp448 ASSERT_TRUE(Invocation.getFrontendOpts().ModuleMapFiles.empty()); in TEST_F()
459 ASSERT_EQ(Invocation.getFrontendOpts().ModuleMapFiles, in TEST_F()
472 ASSERT_TRUE(Invocation.getFrontendOpts().ModuleMapFiles == in TEST_F()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp256 Instance.getFrontendOpts().ModuleMapFiles.clear(); in visitModuleFile()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp84 CI.getFrontendOpts().ModuleMapFiles = Deps.ModuleMapFileDeps; in makeInvocationForModuleBuildWithoutPaths()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp640 CI.getFrontendOpts().ModuleMapFiles.push_back( in BeginSourceFile()
900 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2335 MarshallingInfoStringVector<FrontendOpts<"ModuleMapFiles">>;