Searched refs:getNumExceptions (Results 1 – 11 of 11) sorted by relevance
520 if (OrigProto1->getNumExceptions() != OrigProto2->getNumExceptions()) in IsStructurallyEquivalent()522 for (unsigned I = 0, N = OrigProto1->getNumExceptions(); I != N; ++I) { in IsStructurallyEquivalent()
672 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
724 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
3003 for (unsigned I = 0; I != getNumExceptions(); ++I) in canThrow()
897 for (unsigned i = 0; i != Chunk.Fun.getNumExceptions(); ++i) { in containsUnexpandedParameterPacks()
595 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
4812 unsigned N = FTI.getNumExceptions(); in GetFullTypeForDeclarator()
3868 return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());3948 unsigned getNumExceptions() const {3957 assert(i < getNumExceptions() && "Invalid exception number!");4054 return exception_begin() + getNumExceptions();
1463 unsigned getNumExceptions() const { in getNumExceptions() function
473 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()
295 Record.push_back(T->getNumExceptions()); in addExceptionSpec()296 for (unsigned I = 0, N = T->getNumExceptions(); I != N; ++I) in addExceptionSpec()