Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp136 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls; member in __anon0b295c890111::RewriteObjC
3354 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
3373 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
3568 ImportedBlockDecls.insert(VD); in SynthesizeBlockLiterals()
3582 if (ImportedBlockDecls.size()) { in SynthesizeBlockLiterals()
3587 ImportedBlockDecls.size() > 0); in SynthesizeBlockLiterals()
3595 ImportedBlockDecls.clear(); in SynthesizeBlockLiterals()
4339 ImportedBlockDecls.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
4385 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()
4515 if (ImportedBlockDecls.size()) { in SynthBlockInitExpr()
[all …]
H A DRewriteModernObjC.cpp145 llvm::SmallPtrSet<ValueDecl *, 8> ImportedBlockDecls; member in __anonadad980e0111::RewriteModernObjC
4148 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4167 for (ValueDecl *VD : ImportedBlockDecls) { in SynthesizeBlockHelperFuncs()
4363 ImportedBlockDecls.insert(VD); in SynthesizeBlockLiterals()
4377 if (ImportedBlockDecls.size()) { in SynthesizeBlockLiterals()
4382 ImportedBlockDecls.size() > 0); in SynthesizeBlockLiterals()
4390 ImportedBlockDecls.clear(); in SynthesizeBlockLiterals()
5190 ImportedBlockDecls.insert(BlockDeclRefs[i]->getDecl()); in CollectBlockDeclRefInfo()
5237 ImportedBlockDecls.insert(InnerBlockDeclRefs[i]->getDecl()); in SynthBlockInitExpr()
5384 if (ImportedBlockDecls.size()) { in SynthBlockInitExpr()
[all …]