Home | History | Annotate | Download | only in Sema

Lines Matching refs:Exceptions

2273   SmallVector<QualType, 4> Exceptions;
2310 Exceptions.push_back(T);
2327 Exceptions.push_back(T);
2343 Exceptions.push_back(T);
2370 EPI.NumExceptions = Exceptions.size();
2371 EPI.Exceptions = Exceptions.data();