Lines Matching defs:Exceptions
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
248 Exceptions.push_back(E);
18990 SmallVectorImpl<QualType> &Exceptions,
18992 Exceptions.clear();
18995 Exceptions.reserve(DynamicExceptions.size());
19014 Exceptions.push_back(ET);
19016 ESI.Exceptions = Exceptions;
19051 llvm::SmallVector<QualType, 4> Exceptions;
19054 DynamicExceptionRanges, NoexceptExpr, Exceptions,