Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:argName

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