Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp132 llvm::SmallSetVector<ValueDecl *, 8> BlockByRefDecls; member in __anonb8493dda0111::RewriteObjC
3293 for (auto I = BlockByRefDecls.begin(), E = BlockByRefDecls.end(); I != E; in SynthesizeBlockFunc()
3358 if (BlockByRefDecls.contains(VD)) in SynthesizeBlockHelperFuncs()
3375 if (BlockByRefDecls.contains(VD)) in SynthesizeBlockHelperFuncs()
3430 for (auto I = BlockByRefDecls.begin(), E = BlockByRefDecls.end(); I != E; in SynthesizeBlockImpl()
3464 for (auto I = BlockByRefDecls.begin(), E = BlockByRefDecls.end(); I != E; in SynthesizeBlockImpl()
3555 BlockByRefDecls.insert(VD); in SynthesizeBlockLiterals()
3586 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
4314 BlockByRefDecls.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4353 if (VD->hasAttr<BlocksAttr>() && BlockByRefDecls.insert(VD)) { in SynthBlockInitExpr()
[all …]
H A DRewriteModernObjC.cpp142 llvm::SmallSetVector<ValueDecl *, 8> BlockByRefDecls; member in __anonc09f721f0111::RewriteModernObjC
4084 for (ValueDecl *VD : BlockByRefDecls) { in SynthesizeBlockFunc()
4145 if (BlockByRefDecls.count(VD)) in SynthesizeBlockHelperFuncs()
4162 if (BlockByRefDecls.count(VD)) in SynthesizeBlockHelperFuncs()
4217 for (ValueDecl *VD : BlockByRefDecls) { in SynthesizeBlockImpl()
4248 for (const ValueDecl *VD : BlockByRefDecls) { in SynthesizeBlockImpl()
4338 BlockByRefDecls.insert(VD); in SynthesizeBlockLiterals()
4367 BlockByRefDecls.clear(); in SynthesizeBlockLiterals()
5151 BlockByRefDecls.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5190 if (VD->hasAttr<BlocksAttr>() && BlockByRefDecls.insert(VD)) { in SynthBlockInitExpr()
[all …]