Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:dyn_cast

57     if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(instance)) {
170 if (DeclStmt *DclS = dyn_cast<DeclStmt>(child)) {
172 if (VarDecl *VD = dyn_cast<VarDecl>(DclS->getSingleDecl())) {
188 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) {
189 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) {
190 if (VarDecl *VD = dyn_cast<VarDecl>(dref->getDecl())) {
307 if (ReturnStmt *retS = dyn_cast<ReturnStmt>(*SI))
353 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E);
376 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(S);
380 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(rec))
406 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S))
408 if (Expr *E = dyn_cast<Expr>(S))