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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp140 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in class:__anon1907::RewriteModernObjC
4349 if (!BlockByCopyDeclsPtrSet.count(VD)) {
4350 BlockByCopyDeclsPtrSet.insert(VD);
4391 BlockByCopyDeclsPtrSet.clear();
5171 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
5172 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
5215 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) {
5221 BlockByCopyDeclsPtrSet.insert(VD);
5417 BlockByCopyDeclsPtrSet.clear();
H A DRewriteObjC.cpp131 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in class:__anon1910::RewriteObjC
3563 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) {
3564 BlockByCopyDeclsPtrSet.insert(VD);
3602 BlockByCopyDeclsPtrSet.clear();
4327 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
4328 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
4370 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) {
4376 BlockByCopyDeclsPtrSet.insert(VD);
4544 BlockByCopyDeclsPtrSet.clear();

Completed in 136 milliseconds