Home | History | Annotate | Download | only in Sema

Lines Matching refs:DynamicExceptionRanges

2375         SmallVector<SourceRange, 2> DynamicExceptionRanges;
2383 DynamicExceptionRanges.reserve(N);
2386 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range);
2394 DynamicExceptionRanges,