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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp132 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in class:__anon3836::RewriteObjC
3436 if (BlockByRefDeclsPtrSet.count((*I)))
3455 if (BlockByRefDeclsPtrSet.count((*I)))
3638 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
3639 BlockByRefDeclsPtrSet.insert(VD);
3671 BlockByRefDeclsPtrSet.clear();
4432 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
4433 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
4476 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
4479 BlockByRefDeclsPtrSet
[all...]
H A DRewriteModernObjC.cpp142 llvm::SmallPtrSet<ValueDecl *, 8> BlockByRefDeclsPtrSet; member in class:__anon3833::RewriteModernObjC
4328 if (BlockByRefDeclsPtrSet.count((*I)))
4347 if (BlockByRefDeclsPtrSet.count((*I)))
4531 if (!BlockByRefDeclsPtrSet.count(VD)) {
4532 BlockByRefDeclsPtrSet.insert(VD);
4564 BlockByRefDeclsPtrSet.clear();
5383 if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
5384 BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
5429 if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
5432 BlockByRefDeclsPtrSet
[all...]

Completed in 66 milliseconds