Lines Matching full: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())) {
308 if (ReturnStmt *retS = dyn_cast<ReturnStmt>(*SI))
354 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E);
377 ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(S);
381 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(rec))
407 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S))
409 if (Expr *E = dyn_cast<Expr>(S))