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()
4205 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local
4218 Constructor += ", void *" + ArgName; in SynthesizeBlockImpl()
4224 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy()); in SynthesizeBlockImpl()
4225 Constructor += ", " + ArgName; in SynthesizeBlockImpl()
4234 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local
4240 ArgName = TypeString + ArgName; in SynthesizeBlockImpl()
4241 Constructor += ", " + ArgName; in SynthesizeBlockImpl()