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

/external/clang/include/clang/AST/
H A DExprCXX.h797 class CXXThrowExpr : public Expr { class in namespace:clang
809 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, function in class:clang::CXXThrowExpr
815 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} function in class:clang::CXXThrowExpr

Completed in 49 milliseconds