Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h129 std::vector<std::string> SystemHeaderWarningsModules; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp214 if (!CI.getDiagnosticOpts().SystemHeaderWarningsModules.empty()) { in getInvocationAdjustedForModuleBuildWithoutOutputs()
216 if (llvm::is_contained(CI.getDiagnosticOpts().SystemHeaderWarningsModules, in getInvocationAdjustedForModuleBuildWithoutOutputs()
220 CI.getMutDiagnosticOpts().SystemHeaderWarningsModules.clear(); in getInvocationAdjustedForModuleBuildWithoutOutputs()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1242 if (llvm::is_contained(DiagOpts.SystemHeaderWarningsModules, ModuleName))
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp597 Importer && llvm::is_contained(ExistingOpts.SystemHeaderWarningsModules, in ReadDiagnosticOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td917 MarshallingInfoStringVector<DiagnosticOpts<"SystemHeaderWarningsModules">>;