Searched refs:ImportedBlockDecls (Results 1 – 2 of 2) sorted by relevance
135 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls; member in __anone4fa00500111::RewriteObjC3355 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()3374 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()3569 ImportedBlockDecls.insert(VD); in SynthesizeBlockLiterals()3583 if (ImportedBlockDecls.size()) { in SynthesizeBlockLiterals()3588 ImportedBlockDecls.size() > 0); in SynthesizeBlockLiterals()3596 ImportedBlockDecls.clear(); in SynthesizeBlockLiterals()4337 ImportedBlockDecls.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()4383 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()4517 if (ImportedBlockDecls.size()) { in SynthBlockInitExpr()[all …]
145 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls; member in __anonceb1b5150111::RewriteModernObjC4145 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()4164 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()4360 ImportedBlockDecls.insert(VD); in SynthesizeBlockLiterals()4374 if (ImportedBlockDecls.size()) { in SynthesizeBlockLiterals()4379 ImportedBlockDecls.size() > 0); in SynthesizeBlockLiterals()4387 ImportedBlockDecls.clear(); in SynthesizeBlockLiterals()5183 ImportedBlockDecls.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()5230 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()5379 if (ImportedBlockDecls.size()) { in SynthBlockInitExpr()[all …]