Home
last modified time | relevance | path

Searched refs:BlockByCopyDeclsPtrSet (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp131 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anon6e6e6bfc0111::RewriteObjC
3555 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
3556 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
3594 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
4322 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
4323 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4365 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
4371 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
4540 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()
DRewriteModernObjC.cpp140 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anoneeab31c10111::RewriteModernObjC
4352 if (!BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
4353 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
4394 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
5178 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
5179 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5222 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
5228 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
5425 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()