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

Declarations

tools/clang/include/clang/Sema/Sema.h
 1602   bool CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New);

References

tools/clang/lib/Sema/SemaDecl.cpp
 3415     if (CheckEquivalentExceptionSpec(Old, New))
tools/clang/lib/Sema/SemaDeclCXX.cpp
 7177     CheckEquivalentExceptionSpec(Check.second, Check.first);