Lines Matching refs:ValueDecl

130     SmallVector<ValueDecl *, 8> BlockByCopyDecls;
131 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet;
132 SmallVector<ValueDecl *, 8> BlockByRefDecls;
133 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
134 llvm::DenseMap<ValueDecl *, unsigned> BlockByRefDeclNo;
135 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls;
277 ValueDecl *VD, bool def=false);
286 void RewriteBlockPointerTypeVariable(std::string& Str, ValueDecl *VD);
1497 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt()
1513 ValueDecl *VD = DR->getDecl(); in RewriteObjCForCollectionStmt()
2267 ValueDecl *VD) { in RewriteBlockPointerTypeVariable()
3237 ValueDecl *VD, bool def) { in RewriteByRefString()
3246 static bool HasLocalVariableExternalStorage(ValueDecl *VD) { in HasLocalVariableExternalStorage()
3295 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
3306 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockFunc()
3355 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
3374 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
3403 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
3432 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3451 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
3466 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3554 ValueDecl *VD = Exp->getDecl(); in SynthesizeBlockLiterals()
3833 ValueDecl *VD = DeclRefExp->getDecl(); in RewriteBlockDeclRefExpr()
3868 ValueDecl *VD = DRE->getDecl(); in RewriteLocalVariableExternalStorage()
4361 ValueDecl *VD = Exp->getDecl(); in SynthBlockInitExpr()
4441 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthBlockInitExpr()
4478 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthBlockInitExpr()
4480 ValueDecl *ND = (*I); in SynthBlockInitExpr()
4692 if (ValueDecl *ND = dyn_cast<ValueDecl>(SD)) { in RewriteFunctionBodyOrGlobalInitializer()
4731 ValueDecl *VD = DRE->getDecl(); in RewriteFunctionBodyOrGlobalInitializer()