Lines Matching defs:Exceptions
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
689 SmallVectorImpl<QualType> &Exceptions,
6345 SmallVectorImpl<QualType> &Exceptions, bool &Changed) {
6379 for (QualType T : ESI.Exceptions) {
6413 Exceptions.push_back(U);
6426 Exceptions.push_back(U);
6435 Exceptions.push_back(U);
6439 ESI.Exceptions = Exceptions;
6440 if (ESI.Exceptions.empty())