Lines Matching refs:ArgName
3116 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr() local
3117 ArgTypes[i].getAsStringInternal(ArgName, Context->getPrintingPolicy()); in SynthMsgSendStretCallExpr()
3118 str += ", "; str += ArgName; in SynthMsgSendStretCallExpr()
3122 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr() local
3123 MsgExprs[i]->getType().getAsStringInternal(ArgName, in SynthMsgSendStretCallExpr()
3125 str += ", "; str += ArgName; in SynthMsgSendStretCallExpr()
4198 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local
4211 Constructor += ", void *" + ArgName; in SynthesizeBlockImpl()
4217 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy()); in SynthesizeBlockImpl()
4218 Constructor += ", " + ArgName; in SynthesizeBlockImpl()
4227 std::string ArgName = "_" + FieldName; in SynthesizeBlockImpl() local
4233 ArgName = TypeString + ArgName; in SynthesizeBlockImpl()
4234 Constructor += ", " + ArgName; in SynthesizeBlockImpl()