Searched refs:getNumExceptions (Results 1 – 17 of 17) sorted by relevance
621 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsEquivalentExceptionSpec()623 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsEquivalentExceptionSpec()
710 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
803 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
3294 for (unsigned I = 0; I != getNumExceptions(); ++I) in canThrow()
516 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpec()
4066 return getExceptionSpecSize(getExceptionSpecType(), getNumExceptions());4154 unsigned getNumExceptions() const {4163 assert(i < getNumExceptions() && "Invalid exception number!");4265 return exception_begin() + getNumExceptions();
941 for (unsigned i = 0; i != Chunk.Fun.getNumExceptions(); ++i) { in containsUnexpandedParameterPacks()
619 if (WithExceptions && WithExceptions->getNumExceptions() == 1) { in CheckEquivalentExceptionSpecImpl()
5281 unsigned N = FTI.getNumExceptions(); in GetFullTypeForDeclarator()
536 for (unsigned I = 0, N = FT->getNumExceptions(); I != N; ++I) { in VisitFunctionDecl()
603 for (unsigned I = 0, N = getNumExceptions(); I != N; ++I) { in printExceptionSpecification()
650 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsStructurallyEquivalent()652 for (unsigned I = 0, N = Proto1->getNumExceptions(); I != N; ++I) { in IsStructurallyEquivalent()
1483 unsigned getNumExceptions() const { in getNumExceptions() function
452 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()
3265 case EST_Dynamic: return getNumExceptions() * sizeof(QualType);3334 unsigned getNumExceptions() const { return NumExceptions; }
488 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec()
239 Record.push_back(T->getNumExceptions()); in addExceptionSpec()240 for (unsigned I = 0, N = T->getNumExceptions(); I != N; ++I) in addExceptionSpec()