Lines Matching defs:ESI
3534 QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) const {
3538 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI));
3543 getFunctionTypeWithExceptionSpec(MQT->getUnderlyingType(), ESI),
3550 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI),
3551 getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI));
3558 Proto->getExtProtoInfo().withExceptionSpec(ESI));
3593 FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI,
3597 getFunctionTypeWithExceptionSpec(FD->getType(), ESI);
3608 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI);
4746 const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) {
4747 if (ESI.Type == EST_None)
4754 if (ESI.Type == EST_BasicNoexcept)
4759 if (ESI.Type == EST_DependentNoexcept)
4765 if (ESI.Type == EST_Dynamic) {
4767 for (QualType ET : ESI.Exceptions) {