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

References

gen/tools/clang/include/clang/Basic/DiagnosticCommonKinds.inc
  119 DIAG(warn_stack_exhausted, CLASS_WARNING, (unsigned)diag::Severity::Warning, "stack nearly exhausted; compilation time may suffer, and crashes due to stack overflow are likely", 654, SFINAE_Report, false, false, 0)
gen/tools/clang/include/clang/Basic/DiagnosticSemaKinds.inc
 1746 DIAG(err_template_recursion_depth_exceeded, CLASS_ERROR, (unsigned)diag::Severity::Fatal, "recursive template instantiation exceeded maximum depth of %0", 0, SFINAE_Report, false, true, 2)
 3004 DIAG(warn_cxx98_compat_sfinae_access_control, CLASS_WARNING, (unsigned)diag::Severity::Ignored, "substitution failure due to access control is incompatible with C++98", 113, SFINAE_Report, false, false, 2)
gen/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.inc
   32 DIAG(err_module_odr_violation_missing_decl, CLASS_ERROR, (unsigned)diag::Severity::Error, "%q0 from module '%1' is not present in definition of %q2%select{ in module '%4'| provided earlier}3", 0, SFINAE_Report, false, true, 17)
tools/clang/lib/Basic/DiagnosticIDs.cpp
  252   return SFINAE_Report;
tools/clang/lib/Sema/Sema.cpp
 1301     case DiagnosticIDs::SFINAE_Report: