Searched refs:SystemHeaderWarningsModules (Results 1 – 5 of 5) sorted by relevance
131 std::vector<std::string> SystemHeaderWarningsModules; variable
376 if (!CI.getDiagnosticOpts().SystemHeaderWarningsModules.empty()) { in getInvocationAdjustedForModuleBuildWithoutOutputs()378 if (llvm::is_contained(CI.getDiagnosticOpts().SystemHeaderWarningsModules, in getInvocationAdjustedForModuleBuildWithoutOutputs()382 CI.getMutDiagnosticOpts().SystemHeaderWarningsModules.clear(); in getInvocationAdjustedForModuleBuildWithoutOutputs()
1233 if (llvm::is_contained(DiagOpts.SystemHeaderWarningsModules, ModuleName)) in cloneForModuleCompileImpl()
619 Importer && llvm::is_contained(ExistingOpts.SystemHeaderWarningsModules, in ReadDiagnosticOptions()
895 MarshallingInfoStringVector<DiagnosticOpts<"SystemHeaderWarningsModules">>;