Searched defs:CXXThrowExpr (Results 1 – 3 of 3) sorted by relevance
58 class CXXThrowExpr; variable
1203 CXXThrowExpr(Expr *Operand, QualType Ty, SourceLocation Loc, CXXThrowExpr() function 1210 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} CXXThrowExpr() function
349 llvm::function_ref<void(const CXXThrowExpr *, CFGBlock &)> Visit) { in visitReachableThrows() argument