Lines Matching refs:ArgName
3115 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr() local
3116 ArgTypes[i].getAsStringInternal(ArgName, Context->getPrintingPolicy()); in SynthMsgSendStretCallExpr()
3117 str += ", "; str += ArgName; in SynthMsgSendStretCallExpr()
3121 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr() local
3122 MsgExprs[i]->getType().getAsStringInternal(ArgName, in SynthMsgSendStretCallExpr()
3124 str += ", "; str += ArgName; in SynthMsgSendStretCallExpr()
4196 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local
4209 Constructor += ", void *" + ArgName; in SynthesizeBlockImpl()
4215 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy()); in SynthesizeBlockImpl()
4216 Constructor += ", " + ArgName; in SynthesizeBlockImpl()
4225 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local
4231 ArgName = TypeString + ArgName; in SynthesizeBlockImpl()
4232 Constructor += ", " + ArgName; in SynthesizeBlockImpl()