Home | History | Annotate | Download | only in Sema

Lines Matching refs:DynamicExceptions

13631     ArrayRef<ParsedType> DynamicExceptions,
13638 Exceptions.reserve(DynamicExceptions.size());
13639 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) {
13641 QualType ET = GetTypeFromParser(DynamicExceptions[ei]);
13689 ArrayRef<ParsedType> DynamicExceptions,
13706 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions,