Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp391 const SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs);
405 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
3670 InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs()
3681 InnerBlockDeclRefs.push_back(DRE); in GetInnerBlockDeclRefExprs()
4358 if (!InnerBlockDeclRefs.empty()) { in SynthBlockInitExpr()
4359 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) { in SynthBlockInitExpr()
4360 DeclRefExpr *Exp = InnerBlockDeclRefs[i]; in SynthBlockInitExpr()
4379 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) in SynthBlockInitExpr()
4382 InnerBlockDeclRefs[i]->getType()->isBlockPointerType()) in SynthBlockInitExpr()
4587 SmallVector<DeclRefExpr *, 8> InnerBlockDeclRefs; in RewriteFunctionBodyOrGlobalInitializer() local
[all …]
H A DRewriteModernObjC.cpp494 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs,
4476 SmallVectorImpl<DeclRefExpr *> &InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs() argument
4483 InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs()
4494 InnerBlockDeclRefs.push_back(DRE); in GetInnerBlockDeclRefExprs()
5205 if (!InnerBlockDeclRefs.empty()) { in SynthBlockInitExpr()
5206 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) { in SynthBlockInitExpr()
5207 DeclRefExpr *Exp = InnerBlockDeclRefs[i]; in SynthBlockInitExpr()
5226 for (unsigned i = 0; i < InnerBlockDeclRefs.size(); i++) in SynthBlockInitExpr()
5229 InnerBlockDeclRefs[i]->getType()->isBlockPointerType()) in SynthBlockInitExpr()
5464 SmallVector<DeclRefExpr *, 8> InnerBlockDeclRefs; in RewriteFunctionBodyOrGlobalInitializer() local
[all …]