Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DescTag

486     std::string SynthesizeBlockDescriptor(std::string DescTag, 
4409 std::string RewriteModernObjC::SynthesizeBlockDescriptor(std::string DescTag,
4413 std::string S = "\nstatic struct " + DescTag;
4427 S += DescTag + "_DATA = { 0, sizeof(struct ";
4480 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i);
4482 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
4494 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName,