Home | History | Annotate | Download | only in CppBackend

Lines Matching full:_args

554     Out << "std::vector<Type*>" << typeName << "_args;";
562 Out << typeName << "_args.push_back(" << argName;
571 nl(Out) << "/*Params=*/" << typeName << "_args,";