Lines Matching refs:ImportedBlockDecls
145 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls; member in __anonceb1b5150111::RewriteModernObjC
4145 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()
5413 ImportedBlockDecls.clear(); in SynthBlockInitExpr()