Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp145 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls; member in __anonc09f721f0111::RewriteModernObjC
4143 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4162 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4358 ImportedBlockDecls.insert(VD); in SynthesizeBlockLiterals()
4372 if (ImportedBlockDecls.size()) { in SynthesizeBlockLiterals()
4377 ImportedBlockDecls.size() > 0); in SynthesizeBlockLiterals()
4385 ImportedBlockDecls.clear(); in SynthesizeBlockLiterals()
5181 ImportedBlockDecls.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5228 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()
5377 if (ImportedBlockDecls.size()) { in SynthBlockInitExpr()
[all …]