Lines Matching defs:ESI
3698 QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) const {
3702 Proto->getExtProtoInfo().withExceptionSpec(ESI));
3753 FunctionDecl *FD, const FunctionProtoType::ExceptionSpecInfo &ESI,
3757 getFunctionTypeWithExceptionSpec(FD->getType(), ESI);
3768 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI);
4844 const FunctionProtoType::ExceptionSpecInfo &ESI, bool NoexceptInType) {
4845 if (ESI.Type == EST_None)
4852 if (ESI.Type == EST_BasicNoexcept)
4857 if (ESI.Type == EST_DependentNoexcept)
4863 if (ESI.Type == EST_Dynamic) {
4865 for (QualType ET : ESI.Exceptions) {