Lines Matching defs:Exceptions
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4767 for (QualType ET : ESI.Exceptions) {
4858 for (QualType ET : EPI.ExceptionSpec.Exceptions) {
4867 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage;
4900 EPI.ExceptionSpec.Type, EPI.ExceptionSpec.Exceptions.size());
13146 mergeTypeLists(*this, ExceptionTypeStorage, ESI1.Exceptions,
13147 ESI2.Exceptions);
13149 Result.Exceptions = ExceptionTypeStorage;
13335 SmallVector<QualType, 8> Exceptions;
13337 EPIX.ExceptionSpec, EPIY.ExceptionSpec, Exceptions, true);