Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp714 lang_opts.ImplicitModules = true; in SetupImportStdModuleLangOpts()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def169 LANGOPT(ImplicitModules, 1, 1, Benign, "building modules that are not specified via -fmodule-file")
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp484 if (PP->getLangOpts().Modules && PP->getLangOpts().ImplicitModules) { in createPreprocessor()
H A DCompilerInvocation.cpp5424 getLangOpts().ImplicitModules = false; in clearImplicitModuleBuildOptions()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3948 bool ImplicitModules = false; in RenderModulesOptions() local
3954 ImplicitModules = true; in RenderModulesOptions()
4078 ImplicitModules)) in RenderModulesOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3461 LangOpts<"ImplicitModules">, DefaultTrue,