Home
last modified time | relevance | path

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

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