Home
last modified time | relevance | path

Searched refs:IsSystemModule (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h302 unsigned IsSystemModule : 1; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp32 CI.getFrontendOpts().IsSystemModule = Deps.IsSystem; in makeInvocationForModuleBuildWithoutPaths()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2696 if (Opts.ProgramAction != frontend::GenerateModule && Opts.IsSystemModule) in ParseFrontendArgs()
2788 IsSystem = Opts.IsSystemModule; in ParseFrontendArgs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2158 MarshallingInfoFlag<FrontendOpts<"IsSystemModule">>;