Searched refs:getNumExceptions (Results 1 – 10 of 10) sorted by relevance
832 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsEquivalentExceptionSpec()834 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsEquivalentExceptionSpec()
808 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
894 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
3879 for (unsigned I = 0; I != getNumExceptions(); ++I) in canThrow()
1090 for (unsigned i = 0; i != Chunk.Fun.getNumExceptions(); ++i) { in containsUnexpandedParameterPacks()
623 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
5298 unsigned N = FTI.getNumExceptions(); in GetFullTypeForDeclarator()
5411 return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());5505 unsigned getNumExceptions() const {5514 assert(i < getNumExceptions() && "Invalid exception number!");5619 return exception_begin() + getNumExceptions();
1571 unsigned getNumExceptions() const { in getNumExceptions() function
525 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()