Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DescTag

390     std::string SynthesizeBlockDescriptor(std::string DescTag, 
3535 std::string RewriteObjC::SynthesizeBlockDescriptor(std::string DescTag,
3539 std::string S = "\nstatic struct " + DescTag;
3553 S += DescTag + "_DATA = { 0, sizeof(struct ";
3605 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i);
3607 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
3619 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName,