Home | History | Annotate | Download | only in Sema

Lines Matching refs:DynamicExceptions

2374         SmallVector<ParsedType, 2> DynamicExceptions;
2382 DynamicExceptions.reserve(N);
2385 DynamicExceptions.push_back(FTI.Exceptions[I].Ty);
2393 DynamicExceptions,