Lines Matching refs:ArgName
3109 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr() local
3110 ArgTypes[i].getAsStringInternal(ArgName, Context->getPrintingPolicy()); in SynthMsgSendStretCallExpr()
3111 str += ", "; str += ArgName; in SynthMsgSendStretCallExpr()
3115 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr() local
3116 MsgExprs[i]->getType().getAsStringInternal(ArgName, in SynthMsgSendStretCallExpr()
3118 str += ", "; str += ArgName; in SynthMsgSendStretCallExpr()
4200 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local
4213 Constructor += ", void *" + ArgName; in SynthesizeBlockImpl()
4219 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy()); in SynthesizeBlockImpl()
4220 Constructor += ", " + ArgName; in SynthesizeBlockImpl()
4229 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local
4235 ArgName = TypeString + ArgName; in SynthesizeBlockImpl()
4236 Constructor += ", " + ArgName; in SynthesizeBlockImpl()