Lines Matching refs:ValueDecl

131     SmallVector<ValueDecl *, 8> BlockByCopyDecls;
132 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet;
133 SmallVector<ValueDecl *, 8> BlockByRefDecls;
134 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
135 llvm::DenseMap<ValueDecl *, unsigned> BlockByRefDeclNo;
136 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls;
278 ValueDecl *VD, bool def=false);
287 void RewriteBlockPointerTypeVariable(std::string& Str, ValueDecl *VD);
1489 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt()
1505 ValueDecl *VD = DR->getDecl(); in RewriteObjCForCollectionStmt()
2258 ValueDecl *VD) { in RewriteBlockPointerTypeVariable()
3236 ValueDecl *VD, bool def) { in RewriteByRefString()
3245 static bool HasLocalVariableExternalStorage(ValueDecl *VD) { in HasLocalVariableExternalStorage()
3294 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
3305 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockFunc()
3354 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
3373 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
3402 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
3431 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3450 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
3465 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3553 ValueDecl *VD = Exp->getDecl(); in SynthesizeBlockLiterals()
3834 ValueDecl *VD = DeclRefExp->getDecl(); in RewriteBlockDeclRefExpr()
3870 ValueDecl *VD = DRE->getDecl(); in RewriteLocalVariableExternalStorage()
4363 ValueDecl *VD = Exp->getDecl(); in SynthBlockInitExpr()
4442 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthBlockInitExpr()
4477 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthBlockInitExpr()
4479 ValueDecl *ND = (*I); in SynthBlockInitExpr()
4689 if (ValueDecl *ND = dyn_cast<ValueDecl>(SD)) { in RewriteFunctionBodyOrGlobalInitializer()
4728 ValueDecl *VD = DRE->getDecl(); in RewriteFunctionBodyOrGlobalInitializer()