Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h690 bool getSuppressSystemWarnings() const { in getSuppressSystemWarnings() function
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaAvailability.cpp628 : Engine(E), Prev(E.getSuppressSystemWarnings()) { in DoEmitAvailabilityWarning()
HDSema.cpp682 if (Diags.getSuppressSystemWarnings() && in diagnoseZeroToNullptrConversion()
HDAnalysisBasedWarnings.cpp2570 (Diags.getSuppressSystemWarnings() && in IssueWarnings()
HDSemaType.cpp3975 S.Diags.getSuppressSystemWarnings()) { in getNullabilityCompletenessCheckFileID()
HDSemaDecl.cpp2626 if (getDiagnostics().getSuppressSystemWarnings() && in MergeTypedefNameDecl()
HDSemaExpr.cpp10606 if (S.Diags.getSuppressSystemWarnings() && S.SourceMgr.isInSystemMacro(Loc)) in diagnoseSubtractionOnNullPointer()
/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDPPDirectives.cpp3219 if ((!getDiagnostics().getSuppressSystemWarnings() || in HandleDefineDirective()
3232 if (!getDiagnostics().getSuppressSystemWarnings() || in HandleDefineDirective()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp521 if (Diags.getSuppressSystemWarnings()) in checkDiagnosticMappings()
525 if (StoredDiags.getSuppressSystemWarnings() && in checkDiagnosticMappings()