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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h801 class CXXThrowExpr : public Expr { class in namespace:clang
813 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, function in class:clang::CXXThrowExpr
819 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} function in class:clang::CXXThrowExpr

Completed in 45 milliseconds