reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 4149     if (BlockByRefDeclsPtrSet.count(VD))
 4166     if (BlockByRefDeclsPtrSet.count(VD))
 4350       if (!BlockByRefDeclsPtrSet.count(VD)) {
 4351         BlockByRefDeclsPtrSet.insert(VD);
 4383     BlockByRefDeclsPtrSet.clear();
 5173         if (!BlockByRefDeclsPtrSet.count(BlockDeclRefs[i]->getDecl())) {
 5174           BlockByRefDeclsPtrSet.insert(BlockDeclRefs[i]->getDecl());
 5218       if (VD->hasAttr<BlocksAttr>() && !BlockByRefDeclsPtrSet.count(VD)) {
 5221         BlockByRefDeclsPtrSet.insert(VD);
 5407   BlockByRefDeclsPtrSet.clear();