Home | History | Annotate | Download | only in Frontend

Lines Matching defs:ArgName

3172     std::string ArgName = "arg"; ArgName += utostr(i);
3173 ArgTypes[i].getAsStringInternal(ArgName, Context->getPrintingPolicy());
3174 str += ", "; str += ArgName;
3178 std::string ArgName = "arg"; ArgName += utostr(i);
3179 MsgExprs[i]->getType().getAsStringInternal(ArgName,
3181 str += ", "; str += ArgName;
4313 std::string ArgName = "_" + FieldName;
4326 Constructor += ", void *" + ArgName;
4332 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy());
4333 Constructor += ", " + ArgName;
4342 std::string ArgName = "_" + FieldName;
4348 ArgName = TypeString + ArgName;
4349 Constructor += ", " + ArgName;