Home | History | Annotate | Download | only in AST

Lines Matching refs:ExceptionSpec

3300       Result.ExceptionSpec = O;
3309 ExceptionSpecInfo ExceptionSpec;
3407 EPI.ExceptionSpec.Type = getExceptionSpecType();
3410 if (EPI.ExceptionSpec.Type == EST_Dynamic) {
3411 EPI.ExceptionSpec.Exceptions = exceptions();
3412 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) {
3413 EPI.ExceptionSpec.NoexceptExpr = getNoexceptExpr();
3414 } else if (EPI.ExceptionSpec.Type == EST_Uninstantiated) {
3415 EPI.ExceptionSpec.SourceDecl = getExceptionSpecDecl();
3416 EPI.ExceptionSpec.SourceTemplate = getExceptionSpecTemplate();
3417 } else if (EPI.ExceptionSpec.Type == EST_Unevaluated) {
3418 EPI.ExceptionSpec.SourceDecl = getExceptionSpecDecl();