Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp134 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anon0b295c890111::RewriteObjC
3359 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
3376 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
3559 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
3560 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
3592 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
4329 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
4330 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4373 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
4376 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
[all …]
H A DRewriteModernObjC.cpp143 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anonadad980e0111::RewriteModernObjC
4153 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
4170 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
4354 if (!BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
4355 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
4387 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
5180 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
5181 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5225 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
5228 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
[all …]