Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp128 SmallVector<DeclRefExpr *, 32> BlockDeclRefs; member in __anon0b295c890111::RewriteObjC
3400 if (BlockDeclRefs.size()) { in SynthesizeBlockImpl()
3554 BlockDeclRefs.push_back(Exp); in SynthesizeBlockLiterals()
3590 BlockDeclRefs.clear(); in SynthesizeBlockLiterals()
3658 BlockDeclRefs.push_back(DRE); in GetBlockDeclRefExprs()
4317 if (BlockDeclRefs.size()) { in CollectBlockDeclRefInfo()
4319 for (unsigned i = 0; i < BlockDeclRefs.size(); i++) in CollectBlockDeclRefInfo()
4369 BlockDeclRefs.push_back(Exp); in SynthBlockInitExpr()
4375 BlockDeclRefs.push_back(Exp); in SynthBlockInitExpr()
4439 if (BlockDeclRefs.size()) { in SynthBlockInitExpr()
[all …]
H A DRewriteModernObjC.cpp137 SmallVector<DeclRefExpr *, 32> BlockDeclRefs; member in __anonadad980e0111::RewriteModernObjC
4194 if (BlockDeclRefs.size()) { in SynthesizeBlockImpl()
4345 BlockDeclRefs.push_back(Exp); in SynthesizeBlockLiterals()
4385 BlockDeclRefs.clear(); in SynthesizeBlockLiterals()
4475 BlockDeclRefs.push_back(DRE); in GetBlockDeclRefExprs()
5168 if (BlockDeclRefs.size()) { in CollectBlockDeclRefInfo()
5170 for (unsigned i = 0; i < BlockDeclRefs.size(); i++) in CollectBlockDeclRefInfo()
5221 BlockDeclRefs.push_back(Exp); in SynthBlockInitExpr()
5227 BlockDeclRefs.push_back(Exp); in SynthBlockInitExpr()
5306 if (BlockDeclRefs.size()) { in SynthBlockInitExpr()
[all …]