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.cpp568 lang_opts.ImplicitModules = true; in ClangExpressionParser()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def204 BENIGN_LANGOPT(ImplicitModules, 1, 1, "building modules that are not specified via -fmodule-file")
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp487 if (PP->getLangOpts().Modules && PP->getLangOpts().ImplicitModules) { in createPreprocessor()
H A DCompilerInvocation.cpp5073 getLangOpts().ImplicitModules = false; in clearImplicitModuleBuildOptions()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp3971 bool ImplicitModules = false; in RenderModulesOptions() local
3977 ImplicitModules = true; in RenderModulesOptions()
4101 ImplicitModules)) in RenderModulesOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3291 LangOpts<"ImplicitModules">, DefaultTrue,