• Home
  • Raw
  • Download

Lines Matching refs:ValueDecl

140     SmallVector<ValueDecl *, 8> BlockByCopyDecls;
141 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet;
142 SmallVector<ValueDecl *, 8> BlockByRefDecls;
143 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet;
144 llvm::DenseMap<ValueDecl *, unsigned> BlockByRefDeclNo;
145 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls;
330 ValueDecl *VD, bool def=false);
339 void RewriteBlockPointerTypeVariable(std::string& Str, ValueDecl *VD);
1723 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt()
1739 ValueDecl *VD = cast<ValueDecl>(DR->getDecl()); in RewriteObjCForCollectionStmt()
2374 ValueDecl *VD) { in RewriteBlockPointerTypeVariable()
4096 ValueDecl *VD, bool def) { in RewriteByRefString()
4105 static bool HasLocalVariableExternalStorage(ValueDecl *VD) { in HasLocalVariableExternalStorage()
4158 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
4169 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockFunc()
4218 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4237 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4266 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
4295 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4314 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
4329 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
4414 ValueDecl *VD = Exp->getDecl(); in SynthesizeBlockLiterals()
4745 ValueDecl *VD = DeclRefExp->getDecl(); in RewriteBlockDeclRefExpr()
4781 ValueDecl *VD = DRE->getDecl(); in RewriteLocalVariableExternalStorage()
5299 ValueDecl *VD = Exp->getDecl(); in SynthBlockInitExpr()
5399 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthBlockInitExpr()
5433 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthBlockInitExpr()
5435 ValueDecl *ND = (*I); in SynthBlockInitExpr()
5679 if (ValueDecl *ND = dyn_cast<ValueDecl>(SD)) { in RewriteFunctionBodyOrGlobalInitializer()
5718 ValueDecl *VD = DRE->getDecl(); in RewriteFunctionBodyOrGlobalInitializer()