Lines Matching refs:ImportedBlockDecls
135 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls; member in __anon40098a510111::RewriteObjC
3355 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()
4539 ImportedBlockDecls.clear(); in SynthBlockInitExpr()