Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp133 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anon40098a510111::RewriteObjC
3360 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
3377 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
3560 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
3561 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
3593 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
4327 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
4328 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4371 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
4374 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
[all …]
H A DRewriteModernObjC.cpp143 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anon2abafbd60111::RewriteModernObjC
4151 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
4168 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
4352 if (!BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
4353 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
4385 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
5174 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
5175 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5219 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
5222 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
[all …]