Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:DeclRefExpr

130     SmallVector<DeclRefExpr *, 32> InnerDeclRefs;
132 SmallVector<DeclRefExpr *, 32> BlockDeclRefs;
341 Stmt *RewriteBlockDeclRefExpr(DeclRefExpr *VD);
342 Stmt *RewriteLocalVariableExternalStorage(DeclRefExpr *DRE);
425 const SmallVector<DeclRefExpr *, 8> &InnerBlockDeclRefs);
438 SmallVector<DeclRefExpr *, 8> &InnerBlockDeclRefs,
1603 DeclRefExpr *DR = cast<DeclRefExpr>(S->getElement());
1970 DeclRefExpr *DRE =
1971 new (Context) DeclRefExpr(FD, false, msgSendType, VK_LValue, SourceLocation());
2466 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue,
2565 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2612 DeclRefExpr *NSArrayDRE =
2613 new (Context) DeclRefExpr(NSArrayFD, false, NSArrayFType, VK_RValue,
2704 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2751 DeclRefExpr *NSDictDRE =
2752 new (Context) DeclRefExpr(NSDictFD, false, NSDictFType, VK_RValue,
2879 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
3021 new (Context) DeclRefExpr(CurMethodDef->getSelfDecl(),
3063 DeclRefExpr *DRE = new (Context) DeclRefExpr(SuperContructorFunctionDecl,
3133 new (Context) DeclRefExpr(CurMethodDef->getSelfDecl(),
3173 DeclRefExpr *DRE = new (Context) DeclRefExpr(SuperContructorFunctionDecl,
3326 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
3362 DeclRefExpr *STDRE = new (Context) DeclRefExpr(MsgSendStretFlavor,
3452 DeclRefExpr *DRE = new (Context) DeclRefExpr(VD, false, getProtocolType(),
4045 DeclRefExpr
4171 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(S)) {
4185 SmallVector<DeclRefExpr *, 8> &InnerBlockDeclRefs,
4202 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(S)) {
4270 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BlockExp)) {
4372 // DeclRefExpr is embedded in another expression being rewritten.
4380 // [f test]; // f is a DeclRefExpr embedded in a message (which is being rewritten).
4384 Stmt *RewriteModernObjC::RewriteBlockDeclRefExpr(DeclRefExpr *DeclRefExp) {
4423 Stmt *RewriteModernObjC::RewriteLocalVariableExternalStorage(DeclRefExpr *DRE) {
4931 const SmallVector<DeclRefExpr *, 8> &InnerBlockDeclRefs) {
4943 DeclRefExpr *Exp = InnerBlockDeclRefs[i];
5008 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
5015 DeclRefExpr *Arg = new (Context) DeclRefExpr(FD, false, FD->getType(),
5030 new (Context) UnaryOperator(new (Context) DeclRefExpr(NewVD, false,
5049 Exp = new (Context) DeclRefExpr(FD, false, FD->getType(),
5059 Arg = new (Context) DeclRefExpr(FD, false, FD->getType(),
5065 Exp = new (Context) DeclRefExpr(FD, false, FD->getType(),
5093 Exp = new (Context) DeclRefExpr(FD, false, FD->getType(), VK_LValue,
5195 SmallVector<DeclRefExpr *, 8> InnerBlockDeclRefs;
5353 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(S)) {
7235 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false,