Lines Matching refs:ExceptionSpec
4284 if (OnlyWantCanonical || !isComputedNoexcept(EPI.ExceptionSpec.Type) || in getFunctionTypeInternal()
4285 EPI.ExceptionSpec.NoexceptExpr == FPT->getNoexceptExpr()) in getFunctionTypeInternal()
4297 isCanonicalExceptionSpecification(EPI.ExceptionSpec, NoexceptInType); in getFunctionTypeInternal()
4326 switch (EPI.ExceptionSpec.Type) { in getFunctionTypeInternal()
4332 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
4339 for (QualType ET : EPI.ExceptionSpec.Exceptions) { in getFunctionTypeInternal()
4345 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
4347 CanonicalEPI.ExceptionSpec.Type = EST_Dynamic; in getFunctionTypeInternal()
4348 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()
4357 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
4364 CanonicalEPI.ExceptionSpec = FunctionProtoType::ExceptionSpecInfo(); in getFunctionTypeInternal()
4381 EPI.ExceptionSpec.Type, EPI.ExceptionSpec.Exceptions.size()); in getFunctionTypeInternal()
4387 FunctionProtoType::hasExtraBitfields(EPI.ExceptionSpec.Type), in getFunctionTypeInternal()
10700 EPI.ExceptionSpec.Type = in GetBuiltinType()