Lines Matching refs:ExceptionSpec
4269 if (OnlyWantCanonical || !isComputedNoexcept(EPI.ExceptionSpec.Type) || in getFunctionTypeInternal()
4270 EPI.ExceptionSpec.NoexceptExpr == FPT->getNoexceptExpr()) in getFunctionTypeInternal()
4282 isCanonicalExceptionSpecification(EPI.ExceptionSpec, NoexceptInType); in getFunctionTypeInternal()
4311 switch (EPI.ExceptionSpec.Type) { in getFunctionTypeInternal()
4317 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
4324 for (QualType ET : EPI.ExceptionSpec.Exceptions) { in getFunctionTypeInternal()
4330 CanonicalEPI.ExceptionSpec.Type = EST_None; in getFunctionTypeInternal()
4332 CanonicalEPI.ExceptionSpec.Type = EST_Dynamic; in getFunctionTypeInternal()
4333 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()
4342 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getFunctionTypeInternal()
4349 CanonicalEPI.ExceptionSpec = FunctionProtoType::ExceptionSpecInfo(); in getFunctionTypeInternal()
4366 EPI.ExceptionSpec.Type, EPI.ExceptionSpec.Exceptions.size()); in getFunctionTypeInternal()
4372 FunctionProtoType::hasExtraBitfields(EPI.ExceptionSpec.Type), in getFunctionTypeInternal()
10653 EPI.ExceptionSpec.Type = in GetBuiltinType()