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.h129 std::vector<std::string> SystemHeaderWarningsModules; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp281 if (!CI.getDiagnosticOpts().SystemHeaderWarningsModules.empty()) { in getInvocationAdjustedForModuleBuildWithoutOutputs()
283 if (llvm::is_contained(CI.getDiagnosticOpts().SystemHeaderWarningsModules, in getInvocationAdjustedForModuleBuildWithoutOutputs()
287 CI.getMutDiagnosticOpts().SystemHeaderWarningsModules.clear(); in getInvocationAdjustedForModuleBuildWithoutOutputs()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1243 if (llvm::is_contained(DiagOpts.SystemHeaderWarningsModules, ModuleName))
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp602 Importer && llvm::is_contained(ExistingOpts.SystemHeaderWarningsModules, in ReadDiagnosticOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td980 MarshallingInfoStringVector<DiagnosticOpts<"SystemHeaderWarningsModules">>;