Lines Matching refs:ValueDecl
139 SmallVector<ValueDecl *, 8> BlockByCopyDecls;
140 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet;
141 SmallVector<ValueDecl *, 8> BlockByRefDecls;
142 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
143 llvm::DenseMap<ValueDecl *, unsigned> BlockByRefDeclNo;
144 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls;
329 ValueDecl *VD, bool def=false);
338 void RewriteBlockPointerTypeVariable(std::string& Str, ValueDecl *VD);
1697 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt()
1713 ValueDecl *VD = cast<ValueDecl>(DR->getDecl()); in RewriteObjCForCollectionStmt()
2347 ValueDecl *VD) { in RewriteBlockPointerTypeVariable()
4031 ValueDecl *VD, bool def) { in RewriteByRefString()
4040 static bool HasLocalVariableExternalStorage(ValueDecl *VD) { in HasLocalVariableExternalStorage()
4093 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
4104 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockFunc()
4153 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4172 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4201 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
4230 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4249 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
4264 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4349 ValueDecl *VD = Exp->getDecl(); in SynthesizeBlockLiterals()
4676 ValueDecl *VD = DeclRefExp->getDecl(); in RewriteBlockDeclRefExpr()
4712 ValueDecl *VD = DRE->getDecl(); in RewriteLocalVariableExternalStorage()
5221 ValueDecl *VD = Exp->getDecl(); in SynthBlockInitExpr()
5321 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthBlockInitExpr()
5355 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthBlockInitExpr()
5357 ValueDecl *ND = (*I); in SynthBlockInitExpr()
5601 if (ValueDecl *ND = dyn_cast<ValueDecl>(SD)) { in RewriteFunctionBodyOrGlobalInitializer()
5640 ValueDecl *VD = DRE->getDecl(); in RewriteFunctionBodyOrGlobalInitializer()