Lines Matching defs:Exceptions
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
251 Exceptions.push_back(E);
18860 SmallVectorImpl<QualType> &Exceptions,
18862 Exceptions.clear();
18865 Exceptions.reserve(DynamicExceptions.size());
18884 Exceptions.push_back(ET);
18886 ESI.Exceptions = Exceptions;
18921 llvm::SmallVector<QualType, 4> Exceptions;
18924 DynamicExceptionRanges, NoexceptExpr, Exceptions,