Home | History | Annotate | Download | only in CppBackend

Lines Matching full:_args

569     Out << "std::vector<Type*>" << typeName << "_args;";
577 Out << typeName << "_args.push_back(" << argName;
586 nl(Out) << "/*Params=*/" << typeName << "_args,";