Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h343 unsigned IsSystemModule : 1; variable
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp115 CI.getFrontendOpts().IsSystemModule = Deps.IsSystem; in makeInvocationForModuleBuildWithoutOutputs()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp2827 if (Opts.ProgramAction != frontend::GenerateModule && Opts.IsSystemModule) in ParseFrontendArgs()
2952 IsSystem = Opts.IsSystemModule; in ParseFrontendArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2407 MarshallingInfoFlag<FrontendOpts<"IsSystemModule">>;