Home | History | Annotate | Download | only in Analysis

Lines Matching full:dyn_cast

57   if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
59 else if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D))
61 else if (const BlockDecl *BD = dyn_cast<BlockDecl>(D))
71 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D))
81 if (const Expr *e = dyn_cast<Expr>(stmt))
89 if (const Expr *e = dyn_cast<Expr>(stmt))
276 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC))
287 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) {
336 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl()))
347 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {