Home
last modified time | relevance | path

Searched refs:getSuppressSystemWarnings (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h685 bool getSuppressSystemWarnings() const { in getSuppressSystemWarnings() function
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp3090 if ((!getDiagnostics().getSuppressSystemWarnings() || in HandleDefineDirective()
3103 if (!getDiagnostics().getSuppressSystemWarnings() || in HandleDefineDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp610 if (Diags.getSuppressSystemWarnings() && in diagnoseZeroToNullptrConversion()
H A DAnalysisBasedWarnings.cpp2288 (Diags.getSuppressSystemWarnings() && in IssueWarnings()
H A DSemaType.cpp4368 S.Diags.getSuppressSystemWarnings()) { in getNullabilityCompletenessCheckFileID()
H A DSemaDecl.cpp2719 if (getDiagnostics().getSuppressSystemWarnings() && in MergeTypedefNameDecl()
H A DSemaExpr.cpp11170 if (S.Diags.getSuppressSystemWarnings() && S.SourceMgr.isInSystemMacro(Loc)) in diagnoseSubtractionOnNullPointer()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp509 if (Diags.getSuppressSystemWarnings()) in checkDiagnosticMappings()
512 if (StoredDiags.getSuppressSystemWarnings()) { in checkDiagnosticMappings()