• Home
  • Raw
  • Download

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);
1488 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt()
1504 ValueDecl *VD = cast<ValueDecl>(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()
3835 ValueDecl *VD = DeclRefExp->getDecl(); in RewriteBlockDeclRefExpr()
3871 ValueDecl *VD = DRE->getDecl(); in RewriteLocalVariableExternalStorage()
4364 ValueDecl *VD = Exp->getDecl(); in SynthBlockInitExpr()
4449 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthBlockInitExpr()
4482 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthBlockInitExpr()
4484 ValueDecl *ND = (*I); in SynthBlockInitExpr()
4694 if (ValueDecl *ND = dyn_cast<ValueDecl>(SD)) { in RewriteFunctionBodyOrGlobalInitializer()
4733 ValueDecl *VD = DRE->getDecl(); in RewriteFunctionBodyOrGlobalInitializer()