Searched defs:CXXThrowExpr (Results 1 – 4 of 4) sorted by relevance
57 class CXXThrowExpr; variable
1192 CXXThrowExpr(Expr *Operand, QualType Ty, SourceLocation Loc, in CXXThrowExpr() function1199 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} in CXXThrowExpr() function
669 friend class CXXThrowExpr; variable
322 llvm::function_ref<void(const CXXThrowExpr *, CFGBlock &)> Visit) { in visitReachableThrows()