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

/external/clang/include/clang/AST/
H A DType.h2939 Expr *const *eh_end = reinterpret_cast<Expr *const *>(param_type_end()); local
2941 eh_end += NumExceptions;
2943 eh_end += 1; // NoexceptExpr
2945 return reinterpret_cast<const bool*>(eh_end);

Completed in 424 milliseconds