Lines Matching defs:Exceptions
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
690 SmallVectorImpl<QualType> &Exceptions,
6509 SmallVectorImpl<QualType> &Exceptions, bool &Changed) {
6543 for (QualType T : ESI.Exceptions) {
6577 Exceptions.push_back(U);
6590 Exceptions.push_back(U);
6599 Exceptions.push_back(U);
6603 ESI.Exceptions = Exceptions;
6604 if (ESI.Exceptions.empty())