Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXCatchStmt

2634   return Owned(new (Context) CXXCatchStmt(CatchLoc,
2649 CXXCatchStmt *stmt;
2651 TypeWithHandler(const QualType &type, CXXCatchStmt *statement)
2669 CXXCatchStmt *getCatchStmt() const { return stmt; }
2695 CXXCatchStmt *Handler = cast<CXXCatchStmt>(Handlers[i]);