Lines Matching full:dyn_cast
151 if (const BlockDecl *BD = dyn_cast<BlockDecl>(DC)) {
158 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CGF.CurFuncDecl)) {
456 if (const Expr *e = dyn_cast<Expr>(s)) {
461 if (const DeclRefExpr *ref = dyn_cast<DeclRefExpr>(e))
502 if (const ExprWithCleanups *ewc = dyn_cast<ExprWithCleanups>(init))
866 if (const BlockExpr *be = dyn_cast<BlockExpr>(e)) {
891 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init))
1182 if (llvm::ConstantInt *constLength = dyn_cast<llvm::ConstantInt>(length)) {