Home | History | Annotate | Download | only in Analysis

Lines Matching refs:dyn_cast

91   if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
99 else if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D))
101 else if (const BlockDecl *BD = dyn_cast<BlockDecl>(D))
122 if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D))
124 if (const BlockDecl *BD = dyn_cast<BlockDecl>(D)) {
130 return dyn_cast<ImplicitParamDecl>(VD);
141 if (const Expr *e = dyn_cast<Expr>(stmt))
149 if (const Expr *e = dyn_cast<Expr>(stmt))
215 if (const CXXConstructorDecl *C = dyn_cast<CXXConstructorDecl>(getDecl())) {
233 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
364 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC))
415 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
433 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))