Home | History | Annotate | Download | only in CodeGen

Lines Matching full:vardecl

304     const VarDecl *var = dyn_cast<VarDecl>(declRef->getDecl());
1444 VarDecl *Self = cast<ObjCMethodDecl>(CurFuncDecl)->getSelfDecl();
1474 variable = EmitAutoVarAlloca(*cast<VarDecl>(SD->getSingleDecl()));
1630 const VarDecl* D = cast<VarDecl>(SD->getSingleDecl());
1631 DeclRefExpr tempDRE(const_cast<VarDecl*>(D), false, D->getType(),