Searched refs:getNumExceptions (Results 1 – 10 of 10) sorted by relevance
692 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsEquivalentExceptionSpec()694 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsEquivalentExceptionSpec()
722 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
821 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
3364 for (unsigned I = 0; I != getNumExceptions(); ++I) in canThrow()
944 for (unsigned i = 0; i != Chunk.Fun.getNumExceptions(); ++i) { in containsUnexpandedParameterPacks()
627 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
5525 unsigned N = FTI.getNumExceptions(); in GetFullTypeForDeclarator()
4215 return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());4300 unsigned getNumExceptions() const {4309 assert(i < getNumExceptions() && "Invalid exception number!");4410 return exception_begin() + getNumExceptions();
1507 unsigned getNumExceptions() const { in getNumExceptions() function
514 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()