Home | History | Annotate | Download | only in Sema

Lines Matching refs:DynamicExceptions

11207                                   ArrayRef<ParsedType> DynamicExceptions,
11215 Exceptions.reserve(DynamicExceptions.size());
11216 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) {
11218 QualType ET = GetTypeFromParser(DynamicExceptions[ei]);
11264 ArrayRef<ParsedType> DynamicExceptions,
11289 checkExceptionSpecification(EST, DynamicExceptions, DynamicExceptionRanges,