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