Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp35 CI.getLangOpts()->ImplicitModules = false; in makeInvocationForModuleBuildWithoutPaths()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp487 if (PP->getLangOpts().Modules && PP->getLangOpts().ImplicitModules) { in createPreprocessor()
1898 if (!Sub && PP->getLangOpts().ImplicitModules && Name == "Private" && in loadModule()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.def176 BENIGN_LANGOPT(ImplicitModules, 1, 1, "building modules that are not specified via -fmodule-file")
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp3441 bool ImplicitModules = false; in RenderModulesOptions() local
3447 ImplicitModules = true; in RenderModulesOptions()
3568 ImplicitModules)) in RenderModulesOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2155 LangOpts<"ImplicitModules">, DefaultTrue,