Home
last modified time | relevance | path

Searched refs:SystemHeaderWarningsModules (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h131 std::vector<std::string> SystemHeaderWarningsModules; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp376 if (!CI.getDiagnosticOpts().SystemHeaderWarningsModules.empty()) { in getInvocationAdjustedForModuleBuildWithoutOutputs()
378 if (llvm::is_contained(CI.getDiagnosticOpts().SystemHeaderWarningsModules, in getInvocationAdjustedForModuleBuildWithoutOutputs()
382 CI.getMutDiagnosticOpts().SystemHeaderWarningsModules.clear(); in getInvocationAdjustedForModuleBuildWithoutOutputs()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1233 if (llvm::is_contained(DiagOpts.SystemHeaderWarningsModules, ModuleName)) in cloneForModuleCompileImpl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp619 Importer && llvm::is_contained(ExistingOpts.SystemHeaderWarningsModules, in ReadDiagnosticOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td895 MarshallingInfoStringVector<DiagnosticOpts<"SystemHeaderWarningsModules">>;