Home | History | Annotate | Download | only in CppBackend

Lines Matching full:_args

518     Out << "std::vector<Type*>" << typeName << "_args;";
526 Out << typeName << "_args.push_back(" << argName;
535 nl(Out) << "/*Params=*/" << typeName << "_args,";