Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp141 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in __anonc09f721f0111::RewriteModernObjC
4342 if (!BlockByCopyDeclsPtrSet.count(VD)) { in SynthesizeBlockLiterals()
4343 BlockByCopyDeclsPtrSet.insert(VD); in SynthesizeBlockLiterals()
4384 BlockByCopyDeclsPtrSet.clear(); in SynthesizeBlockLiterals()
5163 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) { in CollectBlockDeclRefInfo()
5164 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5207 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) { in SynthBlockInitExpr()
5213 BlockByCopyDeclsPtrSet.insert(VD); in SynthBlockInitExpr()
5410 BlockByCopyDeclsPtrSet.clear(); in SynthBlockInitExpr()