Searched defs:CXXThrowExpr (Results 1 – 4 of 4) sorted by relevance
58 class CXXThrowExpr; variable
1198 CXXThrowExpr(Expr *Operand, QualType Ty, SourceLocation Loc, in CXXThrowExpr() function1205 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} in CXXThrowExpr() function
677 friend class CXXThrowExpr; in alignas() local
326 llvm::function_ref<void(const CXXThrowExpr *, CFGBlock &)> Visit) { in visitReachableThrows()