Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ArgName

3485       std::string ArgName = "_" + FieldName;
3498 Constructor += ", void *" + ArgName;
3504 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy());
3505 Constructor += ", " + ArgName;
3514 std::string ArgName = "_" + FieldName;
3520 ArgName = TypeString + ArgName;
3521 Constructor += ", " + ArgName;