Lines Matching refs:ArgName
3207 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr() local
3208 ArgTypes[i].getAsStringInternal(ArgName, Context->getPrintingPolicy()); in SynthMsgSendStretCallExpr()
3209 str += ", "; str += ArgName; in SynthMsgSendStretCallExpr()
3213 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr() local
3214 MsgExprs[i]->getType().getAsStringInternal(ArgName, in SynthMsgSendStretCallExpr()
3216 str += ", "; str += ArgName; in SynthMsgSendStretCallExpr()
4381 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local
4394 Constructor += ", void *" + ArgName; in SynthesizeBlockImpl()
4400 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy()); in SynthesizeBlockImpl()
4401 Constructor += ", " + ArgName; in SynthesizeBlockImpl()
4410 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local
4416 ArgName = TypeString + ArgName; in SynthesizeBlockImpl()
4417 Constructor += ", " + ArgName; in SynthesizeBlockImpl()