Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:argName

529       std::string argName(getCppName(argTy));
530 Out << typeName << "_args.push_back(" << argName;