Home | History | Annotate | Download | only in Rewrite

Lines Matching full:vardecl

79     VarDecl *GlobalVarDecl;
83 VarDecl *ConstantStringClassReference;
137 llvm::SmallPtrSet<VarDecl *, 8> ImportedLocalExternalDecls;
288 void RewriteTypeOfDecl(VarDecl *VD);
316 void RewriteByRefVar(VarDecl *VD);
374 std::string SynthesizeByrefCopyDestroyHelper(VarDecl *VD, int flag);
660 } else if (VarDecl *FVD = dyn_cast<VarDecl>(D)) {
1829 VarDecl *catchDecl = Catch->getCatchParamDecl();
2113 if (VarDecl *VD = dyn_cast<VarDecl>(Dcl)) {
2187 void RewriteObjC::RewriteTypeOfDecl(VarDecl *ND) {
2510 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
3047 VarDecl *VD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
3255 if (VarDecl *Var = dyn_cast<VarDecl>(VD))
3692 if (VarDecl *Var = cast<VarDecl>(DRE->getDecl()))
3885 if (VarDecl *Var = dyn_cast<VarDecl>(VD))
4042 if (VarDecl *VD = dyn_cast<VarDecl>(ND))
4131 std::string RewriteObjC::SynthesizeByrefCopyDestroyHelper(VarDecl *VD,
4186 void RewriteObjC::RewriteByRefVar(VarDecl *ND) {
4448 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl,
4522 const VarDecl *variable = CI.getVariable();
4719 if (VarDecl *VD = dyn_cast<VarDecl>(SD)) {
4868 VarDecl *VD = cast<VarDecl>(D);