Lines Matching refs:DeclRefExpr

126     SmallVector<DeclRefExpr *, 32> InnerDeclRefs;
128 SmallVector<DeclRefExpr *, 32> BlockDeclRefs;
319 Stmt *RewriteBlockDeclRefExpr(DeclRefExpr *VD);
320 Stmt *RewriteLocalVariableExternalStorage(DeclRefExpr *DRE);
392 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs);
406 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
1503 DeclRefExpr *DR = cast<DeclRefExpr>(S->getElement()); in RewriteObjCForCollectionStmt()
2012 DeclRefExpr *DRE = new (Context) DeclRefExpr(*Context, FD, false, msgSendType, in SynthesizeCallToFunctionDecl()
2508 DeclRefExpr *DRE = new (Context) in RewriteObjCStringLiteral()
2509 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation()); in RewriteObjCStringLiteral()
2590 DeclRefExpr *STDRE = in SynthMsgSendStretCallExpr()
2591 new (Context) DeclRefExpr(*Context, MsgSendStretFlavor, false, in SynthMsgSendStretCallExpr()
2665 new (Context) DeclRefExpr(*Context, in SynthMessageExpr()
2699 DeclRefExpr *DRE = new (Context) in SynthMessageExpr()
2700 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
2760 new (Context) DeclRefExpr(*Context, in SynthMessageExpr()
2794 DeclRefExpr *DRE = new (Context) in SynthMessageExpr()
2795 DeclRefExpr(*Context, SuperConstructorFunctionDecl, false, superType, in SynthMessageExpr()
2938 DeclRefExpr *DRE = new (Context) DeclRefExpr( in SynthMessageExpr()
3043 DeclRefExpr *DRE = new (Context) DeclRefExpr( in RewriteObjCProtocolExpr()
3552 DeclRefExpr *Exp = InnerDeclRefs[count++]; in SynthesizeBlockLiterals()
3654 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(S)) in GetBlockDeclRefExprs()
3662 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs()
3676 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(S)) { in GetInnerBlockDeclRefExprs()
3722 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(BlockExp)) { in SynthesizeBlockCall()
3831 Stmt *RewriteObjC::RewriteBlockDeclRefExpr(DeclRefExpr *DeclRefExp) { in RewriteBlockDeclRefExpr()
3869 Stmt *RewriteObjC::RewriteLocalVariableExternalStorage(DeclRefExpr *DRE) { in RewriteLocalVariableExternalStorage()
4352 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs) { in SynthBlockInitExpr()
4362 DeclRefExpr *Exp = InnerBlockDeclRefs[i]; in SynthBlockInitExpr()
4412 DeclRefExpr *DRE = new (Context) in SynthBlockInitExpr()
4413 DeclRefExpr(*Context, FD, false, FType, VK_RValue, SourceLocation()); in SynthBlockInitExpr()
4419 DeclRefExpr *Arg = new (Context) DeclRefExpr( in SynthBlockInitExpr()
4432 new (Context) DeclRefExpr(*Context, NewVD, false, Context->VoidPtrTy, in SynthBlockInitExpr()
4447 Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(), in SynthBlockInitExpr()
4458 Arg = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(), in SynthBlockInitExpr()
4464 Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(), in SynthBlockInitExpr()
4492 Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(), in SynthBlockInitExpr()
4584 SmallVector<DeclRefExpr *, 8> InnerBlockDeclRefs; in RewriteFunctionBodyOrGlobalInitializer()
4727 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(S)) { in RewriteFunctionBodyOrGlobalInitializer()