Home
last modified time | relevance | path

Searched refs:ImportedBlockDecls (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp135 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()
[all …]
H A DRewriteModernObjC.cpp145 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls; member in __anon2abafbd60111::RewriteModernObjC
4146 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4165 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4361 ImportedBlockDecls.insert(VD); in SynthesizeBlockLiterals()
4375 if (ImportedBlockDecls.size()) { in SynthesizeBlockLiterals()
4380 ImportedBlockDecls.size() > 0); in SynthesizeBlockLiterals()
4388 ImportedBlockDecls.clear(); in SynthesizeBlockLiterals()
5184 ImportedBlockDecls.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5231 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()
5380 if (ImportedBlockDecls.size()) { in SynthBlockInitExpr()
[all …]