• Home
  • Raw
  • Download

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;
276 ValueDecl *VD, bool def=false);
285 void RewriteBlockPointerTypeVariable(std::string& Str, ValueDecl *VD);
1487 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt()
1503 ValueDecl *VD = cast<ValueDecl>(DR->getDecl()); in RewriteObjCForCollectionStmt()
2262 ValueDecl *VD) { in RewriteBlockPointerTypeVariable()
3245 ValueDecl *VD, bool def) { in RewriteByRefString()
3254 static bool HasLocalVariableExternalStorage(ValueDecl *VD) { in HasLocalVariableExternalStorage()
3303 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockFunc()
3314 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockFunc()
3363 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
3382 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
3411 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
3440 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3459 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthesizeBlockImpl()
3474 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthesizeBlockImpl()
3562 ValueDecl *VD = Exp->getDecl(); in SynthesizeBlockLiterals()
3848 ValueDecl *VD = DeclRefExp->getDecl(); in RewriteBlockDeclRefExpr()
3884 ValueDecl *VD = DRE->getDecl(); in RewriteLocalVariableExternalStorage()
4383 ValueDecl *VD = Exp->getDecl(); in SynthBlockInitExpr()
4468 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByCopyDecls.begin(), in SynthBlockInitExpr()
4502 for (SmallVectorImpl<ValueDecl *>::iterator I = BlockByRefDecls.begin(), in SynthBlockInitExpr()
4504 ValueDecl *ND = (*I); in SynthBlockInitExpr()
4714 if (ValueDecl *ND = dyn_cast<ValueDecl>(SD)) { in RewriteFunctionBodyOrGlobalInitializer()
4753 ValueDecl *VD = DRE->getDecl(); in RewriteFunctionBodyOrGlobalInitializer()