Lines Matching refs:ExceptionSpec
4377 if (OnlyWantCanonical || !isComputedNoexcept(EPI.ExceptionSpec.Type) || in getFunctionTypeInternal()
4378 EPI.ExceptionSpec.NoexceptExpr == FPT->getNoexceptExpr()) in getFunctionTypeInternal()
4390 isCanonicalExceptionSpecification(EPI.ExceptionSpec, NoexceptInType); in getFunctionTypeInternal()
4419 switch (EPI.ExceptionSpec.Type) { in getFunctionTypeInternal()
4425 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
4432 for (QualType ET : EPI.ExceptionSpec.Exceptions) { in getFunctionTypeInternal()
4438 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
4440 CanonicalEPI.ExceptionSpec.Type = EST_Dynamic; in getFunctionTypeInternal()
4441 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()
4450 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
4457 CanonicalEPI.ExceptionSpec = FunctionProtoType::ExceptionSpecInfo(); in getFunctionTypeInternal()
4474 EPI.ExceptionSpec.Type, EPI.ExceptionSpec.Exceptions.size()); in getFunctionTypeInternal()
11337 EPI.ExceptionSpec.Type = in GetBuiltinType()