Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp131 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anonf8c858050111::RewriteObjC
3568 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
3569 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
3607 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
4333 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
4334 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4376 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
4382 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
4550 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()
H A DRewriteModernObjC.cpp140 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anon7c92408a0111::RewriteModernObjC
4355 if (!BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
4356 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
4397 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()
5424 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()