reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Sema.h
 8122             SemaRef.getDiagnostics().isLastDiagnosticIgnored())
 8134       SemaRef.getDiagnostics().setLastDiagnosticIgnored(
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  547   assert((Actions.getDiagnostics().hasErrorOccurred() ||
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  667   DiagnosticsEngine &Diags = S.getDiagnostics();
 1999   DiagnosticsEngine &D = S.getDiagnostics();
 2030   DiagnosticsEngine &Diags = S.getDiagnostics();
tools/clang/lib/Sema/Sema.cpp
 1420     HasWarningOrError |= S.getDiagnostics().getDiagnosticLevel(
 1494     bool IsWarningOrError = S.getDiagnostics().getDiagnosticLevel(
 1638     FunctionScopes.push_back(new FunctionScopeInfo(getDiagnostics()));
 1645   FunctionScopes.push_back(new BlockScopeInfo(getDiagnostics(),
 1650   LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
 2167       getDiagnostics(), S, CD, RD, CD->getContextParam(), K,
tools/clang/lib/Sema/SemaChecking.cpp
13137   if (getDiagnostics().isIgnored(diag::warn_cast_align, TRange.getBegin()))
tools/clang/lib/Sema/SemaDecl.cpp
 2366   if (getDiagnostics().getSuppressSystemWarnings() &&
12385       !getDiagnostics().isIgnored(diag::warn_missing_variable_declarations,
12537              !getDiagnostics().isIgnored(diag::warn_global_constructor,
14014     if (getDiagnostics().hasErrorOccurred() ||
14015         getDiagnostics().getSuppressAllDiagnostics()) {
14018     if (!getDiagnostics().hasUncompilableErrorOccurred() &&
14070   if (getDiagnostics().hasErrorOccurred()) {
14537     return getDiagnostics().isIgnored(diag::warn_struct_class_tag_mismatch,
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3793     if (SemaRef.getDiagnostics().isIgnored(diag::warn_field_is_uninit,
tools/clang/lib/Sema/SemaExpr.cpp
12106   if (!S.getDiagnostics().isIgnored(diag::warn_comma_operator, Loc))
tools/clang/lib/Sema/SemaInit.cpp
 7561   bool EnableLifetimeWarnings = !getDiagnostics().isIgnored(
tools/clang/lib/Sema/SemaLookup.cpp
 4847   unsigned Limit = getDiagnostics().getDiagnosticOptions().SpellCheckingLimit;
tools/clang/lib/Sema/SemaOverload.cpp
10401       PDiag->second.EmitToString(S.getDiagnostics(), SFINAEArgString);
tools/clang/lib/Sema/SemaStmt.cpp
 3143           !getDiagnostics().isIgnored(diag::warn_return_std_move_in_cxx11,
 3180                !getDiagnostics().isIgnored(diag::warn_return_std_move,
tools/clang/lib/Sema/SemaTemplate.cpp
 3742     Diag.second.EmitToString(S.getDiagnostics(), SFINAEArgString);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3467   unsigned DiagID = SemaRef.getDiagnostics().getCustomDiagID(
 4230       if (AtEndOfTU && !getDiagnostics().hasErrorOccurred() &&
 4786       if (AtEndOfTU && !getDiagnostics().hasErrorOccurred() &&
tools/clang/lib/Sema/TreeTransform.h
12779   if (!SemaRef.getDiagnostics().hasErrorOccurred()) {
tools/lldb/source/Symbol/CxxModuleHandler.cpp
   56         new Scope(result.back(), Scope::DeclScope, sema.getDiagnostics());