Home | History | Annotate | Download | only in Sema

Lines Matching refs:DynamicExceptionRanges

2723         SmallVector<SourceRange, 2> DynamicExceptionRanges;
2731 DynamicExceptionRanges.reserve(N);
2734 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range);
2742 DynamicExceptionRanges,