Lines Matching defs:Exceptions
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4865 for (QualType ET : ESI.Exceptions) {
4956 for (QualType ET : EPI.ExceptionSpec.Exceptions) {
4965 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage;
4998 EPI.ExceptionSpec.Type, EPI.ExceptionSpec.Exceptions.size());
13573 mergeTypeLists(*this, ExceptionTypeStorage, ESI1.Exceptions,
13574 ESI2.Exceptions);
13576 Result.Exceptions = ExceptionTypeStorage;
13763 SmallVector<QualType, 8> Exceptions;
13765 EPIX.ExceptionSpec, EPIY.ExceptionSpec, Exceptions, true);