Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp132 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anon0b295c890111::RewriteObjC
3555 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
3556 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
3594 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
4321 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
4322 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4364 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
4370 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
4535 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()
H A DRewriteModernObjC.cpp141 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anonadad980e0111::RewriteModernObjC
4347 if (!BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
4348 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
4389 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
5172 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
5173 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5216 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
5222 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
5416 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()