Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp134 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls; member in __anonb8493dda0111::RewriteObjC
3353 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
3372 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
3563 ImportedBlockDecls.insert(VD); in SynthesizeBlockLiterals()
3577 if (ImportedBlockDecls.size()) { in SynthesizeBlockLiterals()
3582 ImportedBlockDecls.size() > 0); in SynthesizeBlockLiterals()
3588 ImportedBlockDecls.clear(); in SynthesizeBlockLiterals()
4320 ImportedBlockDecls.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4364 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()
4498 if (ImportedBlockDecls.size()) { in SynthBlockInitExpr()
[all …]
H A DRewriteModernObjC.cpp144 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls; member in __anonc09f721f0111::RewriteModernObjC
4140 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4159 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4344 ImportedBlockDecls.insert(VD); in SynthesizeBlockLiterals()
4358 if (ImportedBlockDecls.size()) { in SynthesizeBlockLiterals()
4363 ImportedBlockDecls.size() > 0); in SynthesizeBlockLiterals()
4369 ImportedBlockDecls.clear(); in SynthesizeBlockLiterals()
5157 ImportedBlockDecls.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5200 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()
5345 if (ImportedBlockDecls.size()) { in SynthBlockInitExpr()
[all …]