Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h345 unsigned IsSystemModule : 1; variable
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp66 CI.getFrontendOpts().IsSystemModule = Deps.IsSystem; in makeInvocationForModuleBuildWithoutPaths()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2810 if (Opts.ProgramAction != frontend::GenerateModule && Opts.IsSystemModule) in ParseFrontendArgs()
2935 IsSystem = Opts.IsSystemModule; in ParseFrontendArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2331 MarshallingInfoFlag<FrontendOpts<"IsSystemModule">>;