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

References

tools/clang/include/clang/AST/Type.h
 3907     return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());
 3996     assert(i < getNumExceptions() && "Invalid exception number!");
 4093     return exception_begin() + getNumExceptions();
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  418     if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
  418     if (Proto1->getNumExceptions() != Proto2->getNumExceptions())
  420     for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) {
tools/clang/lib/AST/DeclPrinter.cpp
  704         for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) {
tools/clang/lib/AST/Type.cpp
 3112     for (unsigned I = 0; I != getNumExceptions(); ++I)
tools/clang/lib/AST/TypePrinter.cpp
  730       for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) {
tools/clang/lib/CodeGen/CGException.cpp
  470     unsigned NumExceptions = Proto->getNumExceptions();
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  604     if (WithExceptions && WithExceptions->getNumExceptions() == 1) {
tools/clang/lib/Serialization/ASTWriter.cpp
  295     Record.push_back(T->getNumExceptions());
  296     for (unsigned I = 0, N = T->getNumExceptions(); I != N; ++I)