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

Declarations

tools/clang/include/clang/Sema/Sema.h
10355   bool CheckExceptionSpecCompatibility(Expr *From, QualType ToType);

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 4002       if (CheckExceptionSpecCompatibility(From, ToType))
 4122     if (CheckExceptionSpecCompatibility(From, ToType))
 4280     if (CheckExceptionSpecCompatibility(From, ToType))
tools/clang/lib/Sema/SemaInit.cpp
 7982       if (S.CheckExceptionSpecCompatibility(CurInit.get(), DestType))
 8006       if (S.CheckExceptionSpecCompatibility(CurInit.get(), DestType))