Home | History | Annotate | Download | only in AST

Lines Matching refs:NumExceptions

2704       NumExceptions(0), Exceptions(0), NoexceptExpr(0),
2714 unsigned NumExceptions;
2740 /// NumExceptions - The number of types in the exception spec, if any.
2741 unsigned NumExceptions : 9;
2781 eh_end += NumExceptions;
2804 EPI.NumExceptions = NumExceptions;
2843 unsigned getNumExceptions() const { return NumExceptions; }
2845 assert(i < NumExceptions && "Invalid exception number!");
2915 return exception_begin() + NumExceptions;