Home | History | Annotate | Download | only in AST

Lines Matching refs:ExceptionSpec

3052     EPI.ExceptionSpec.Type == EST_None && isCanonicalResultType(ResultTy) &&
3069 CanonicalEPI.ExceptionSpec = FunctionProtoType::ExceptionSpecInfo();
3091 if (EPI.ExceptionSpec.Type == EST_Dynamic) {
3092 Size += EPI.ExceptionSpec.Exceptions.size() * sizeof(QualType);
3093 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) {
3095 } else if (EPI.ExceptionSpec.Type == EST_Uninstantiated) {
3097 } else if (EPI.ExceptionSpec.Type == EST_Unevaluated) {