Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h302 unsigned IsSystemModule : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp33 CI.getFrontendOpts().IsSystemModule = Deps.IsSystem; in makeInvocationForModuleBuildWithoutPaths()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2699 if (Opts.ProgramAction != frontend::GenerateModule && Opts.IsSystemModule) in ParseFrontendArgs()
2791 IsSystem = Opts.IsSystemModule; in ParseFrontendArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2131 MarshallingInfoFlag<FrontendOpts<"IsSystemModule">>;