Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h683 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, in CXXThrowExpr() function
689 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} in CXXThrowExpr() function
712 static bool classof(const CXXThrowExpr *) { return true; } in classof()
/external/v8/tools/gcmole/
Dgcmole.cc723 DECL_VISIT_EXPR(CXXThrowExpr) { in DECL_VISIT_EXPR() argument