Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:StructRef

3332   std::string StructRef = "struct " + Tag;
3341 S += "(" + StructRef + " *__cself)";
3343 S += "(" + StructRef + " *__cself)";
3349 S += StructRef + " *__cself, ";
3422 std::string StructRef = "struct " + Tag;
3427 S += "(" + StructRef;
3428 S += "*dst, " + StructRef;
3449 S += "(" + StructRef;