Searched refs:eh_end (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2919 Expr * const *eh_end = reinterpret_cast<Expr * const *>(arg_type_end()); local
2921 eh_end += NumExceptions;
2923 eh_end += 1; // NoexceptExpr
2925 return reinterpret_cast<const bool*>(eh_end);

Completed in 81 milliseconds