Searched refs:bodyStr (Results 1 – 1 of 1) sorted by relevance
378 std::string bodyStr = tgfmt(*builder.getBody(), &ctx); in emitCustomBuilder() local379 m->body().indent().getStream().printReindented(bodyStr); in emitCustomBuilder()409 std::string bodyStr = replaceInStr(builder.getBody()->str(), "$_get(", in emitCheckedCustomBuilder() local411 bodyStr = tgfmt(bodyStr, &ctx); in emitCheckedCustomBuilder()412 m->body().indent().getStream().printReindented(bodyStr); in emitCheckedCustomBuilder()