Home
last modified time | relevance | path

Searched defs:CXXThrowExpr (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/gcmole/
Dgcmole.cc739 DECL_VISIT_EXPR(CXXThrowExpr) { in DECL_VISIT_EXPR() argument
/external/clang/include/clang/AST/
DExprCXX.h925 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, in CXXThrowExpr() function
931 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} in CXXThrowExpr() function