Home | History | Annotate | Download | only in slang

Lines Matching refs:Arguments

272     ArgumentList Arguments;
277 Arguments.push_back(Argument(kAllocationSp, (*BI)->getName()));
281 Arguments.push_back(Argument(kAllocationSp, "aout"));
291 Arguments.push_back(Argument(rtd.type->c_name, (*i)->getName()));
294 genArguments(Arguments, FunctionStart.length());
322 ArgumentList Arguments;
330 Arguments.push_back(Argument(kAllocationSp, "ain"));
334 Arguments.push_back(Argument(kAllocationSp, "aout"));
344 Arguments.push_back(Argument(rtd.type->c_name, (*i)->getName()));
347 genArguments(Arguments, FunctionStart.length());
733 void RSReflectionCpp::genArguments(const ArgumentList &Arguments, int Offset) {
736 for (ArgumentList::const_iterator I = Arguments.begin(), E = Arguments.end();