Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4360 int countOfInnerDecls = 0; in SynthBlockInitExpr() local
4369 InnerDeclRefs.push_back(Exp); countOfInnerDecls++; in SynthBlockInitExpr()
4375 InnerDeclRefs.push_back(Exp); countOfInnerDecls++; in SynthBlockInitExpr()
4388 InnerDeclRefsCount.push_back(countOfInnerDecls); in SynthBlockInitExpr()
DRewriteModernObjC.cpp5217 int countOfInnerDecls = 0; in SynthBlockInitExpr() local
5226 InnerDeclRefs.push_back(Exp); countOfInnerDecls++; in SynthBlockInitExpr()
5232 InnerDeclRefs.push_back(Exp); countOfInnerDecls++; in SynthBlockInitExpr()
5245 InnerDeclRefsCount.push_back(countOfInnerDecls); in SynthBlockInitExpr()