reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4342 if (!VD->hasAttr<BlocksAttr>()) { 4343 if (!BlockByCopyDeclsPtrSet.count(VD)) { 4344 BlockByCopyDeclsPtrSet.insert(VD); 4345 BlockByCopyDecls.push_back(VD); 4350 if (!BlockByRefDeclsPtrSet.count(VD)) { 4351 BlockByRefDeclsPtrSet.insert(VD); 4352 BlockByRefDecls.push_back(VD); 4357 if (VD->getType()->isObjCObjectPointerType() || 4358 VD->getType()->isBlockPointerType()) 4359 ImportedBlockDecls.insert(VD);