Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp134 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anon6e6e6bfc0111::RewriteObjC
3379 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
3396 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
3579 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
3580 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
3612 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
4363 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
4364 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4407 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
4410 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
[all …]
DRewriteModernObjC.cpp143 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in __anoneeab31c10111::RewriteModernObjC
4242 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
4259 if (BlockByRefDeclsPtrSet.count(VD)) in SynthesizeBlockHelperFuncs()
4443 if (!BlockByRefDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
4444 BlockByRefDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
4476 BlockByRefDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
5285 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
5286 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5331 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
5334 BlockByRefDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
[all …]