Home | History | Annotate | Download | only in CppBackend

Lines Matching defs:argName

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