Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp34 CI.getLangOpts()->ImplicitModules = false; in makeInvocationForModuleBuildWithoutPaths()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp487 if (PP->getLangOpts().Modules && PP->getLangOpts().ImplicitModules) { in createPreprocessor()
1915 if (!Sub && PP->getLangOpts().ImplicitModules && Name == "Private" && in loadModule()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def178 BENIGN_LANGOPT(ImplicitModules, 1, 1, "building modules that are not specified via -fmodule-file")
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp600 lang_opts.ImplicitModules = true; in ClangExpressionParser()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3449 bool ImplicitModules = false; in RenderModulesOptions() local
3455 ImplicitModules = true; in RenderModulesOptions()
3576 ImplicitModules)) in RenderModulesOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2183 LangOpts<"ImplicitModules">, DefaultTrue,