Home | History | Annotate | Download | only in Sema

Lines Matching refs:DynamicExceptionRanges

3026         SmallVector<SourceRange, 2> DynamicExceptionRanges;
3034 DynamicExceptionRanges.reserve(N);
3037 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range);
3046 DynamicExceptionRanges,