Searched refs:getNumExceptions (Results 1 – 10 of 10) sorted by relevance
786 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsEquivalentExceptionSpec()788 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsEquivalentExceptionSpec()
779 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
887 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
3726 for (unsigned I = 0; I != getNumExceptions(); ++I) in canThrow()
968 for (unsigned i = 0; i != Chunk.Fun.getNumExceptions(); ++i) { in containsUnexpandedParameterPacks()
621 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
5220 unsigned N = FTI.getNumExceptions(); in GetFullTypeForDeclarator()
5203 return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());5296 unsigned getNumExceptions() const {5305 assert(i < getNumExceptions() && "Invalid exception number!");5406 return exception_begin() + getNumExceptions();
1569 unsigned getNumExceptions() const { in getNumExceptions() function
525 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()