Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp127 SmallVector<DeclRefExpr *, 32> BlockDeclRefs; member in __anone5f8ec0e0111::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.cpp136 SmallVector<DeclRefExpr *, 32> BlockDeclRefs; member in __anonedadf7530111::RewriteModernObjC
4191 if (BlockDeclRefs.size()) { in SynthesizeBlockImpl()
4342 BlockDeclRefs.push_back(Exp); in SynthesizeBlockLiterals()
4382 BlockDeclRefs.clear(); in SynthesizeBlockLiterals()
4472 BlockDeclRefs.push_back(DRE); in GetBlockDeclRefExprs()
5161 if (BlockDeclRefs.size()) { in CollectBlockDeclRefInfo()
5163 for (unsigned i = 0; i < BlockDeclRefs.size(); i++) in CollectBlockDeclRefInfo()
5214 BlockDeclRefs.push_back(Exp); in SynthBlockInitExpr()
5220 BlockDeclRefs.push_back(Exp); in SynthBlockInitExpr()
5300 if (BlockDeclRefs.size()) { in SynthBlockInitExpr()
[all …]