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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp131 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in class:__anon525::RewriteObjC
3561 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) {
3562 BlockByCopyDeclsPtrSet.insert(VD);
3600 BlockByCopyDeclsPtrSet.clear();
4325 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
4326 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
4368 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) {
4374 BlockByCopyDeclsPtrSet.insert(VD);
4539 BlockByCopyDeclsPtrSet.clear();
H A DRewriteModernObjC.cpp140 llvm::SmallPtrSet<ValueDecl *, 8> BlockByCopyDeclsPtrSet; member in class:__anon522::RewriteModernObjC
4347 if (!BlockByCopyDeclsPtrSet.count(VD)) {
4348 BlockByCopyDeclsPtrSet.insert(VD);
4389 BlockByCopyDeclsPtrSet.clear();
5169 if (!BlockByCopyDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
5170 BlockByCopyDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
5213 if (!VD->hasAttr<BlocksAttr>() && !BlockByCopyDeclsPtrSet.count(VD)) {
5219 BlockByCopyDeclsPtrSet.insert(VD);
5413 BlockByCopyDeclsPtrSet.clear();

Completed in 126 milliseconds