Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp127 SmallVector<DeclRefExpr *, 32> BlockDeclRefs; member in __anon0b56e30a0111::RewriteObjC
3401 if (BlockDeclRefs.size()) { in SynthesizeBlockImpl()
3555 BlockDeclRefs.push_back(Exp); in SynthesizeBlockLiterals()
3591 BlockDeclRefs.clear(); in SynthesizeBlockLiterals()
3659 BlockDeclRefs.push_back(DRE); in GetBlockDeclRefExprs()
4315 if (BlockDeclRefs.size()) { in CollectBlockDeclRefInfo()
4317 for (unsigned i = 0; i < BlockDeclRefs.size(); i++) in CollectBlockDeclRefInfo()
4367 BlockDeclRefs.push_back(Exp); in SynthBlockInitExpr()
4373 BlockDeclRefs.push_back(Exp); in SynthBlockInitExpr()
4438 if (BlockDeclRefs.size()) { in SynthBlockInitExpr()
[all …]
H A DRewriteModernObjC.cpp137 SmallVector<DeclRefExpr *, 32> BlockDeclRefs; member in __anon21803b4f0111::RewriteModernObjC
4192 if (BlockDeclRefs.size()) { in SynthesizeBlockImpl()
4343 BlockDeclRefs.push_back(Exp); in SynthesizeBlockLiterals()
4383 BlockDeclRefs.clear(); in SynthesizeBlockLiterals()
4473 BlockDeclRefs.push_back(DRE); in GetBlockDeclRefExprs()
5162 if (BlockDeclRefs.size()) { in CollectBlockDeclRefInfo()
5164 for (unsigned i = 0; i < BlockDeclRefs.size(); i++) in CollectBlockDeclRefInfo()
5215 BlockDeclRefs.push_back(Exp); in SynthBlockInitExpr()
5221 BlockDeclRefs.push_back(Exp); in SynthBlockInitExpr()
5301 if (BlockDeclRefs.size()) { in SynthBlockInitExpr()
[all …]