Lines Matching refs:Args
617 ArgTy Args; in genExportFunction() local
623 Args.push_back( in genExportFunction()
642 Args); in genExportFunction()
694 ArgTy Args; in genExportForEach() local
703 Args.push_back(std::make_pair("Allocation", "ain")); in genExportForEach()
710 Args.push_back(std::make_pair("Allocation", in genExportForEach()
717 Args.push_back(std::make_pair("Allocation", "aout")); in genExportForEach()
725 Args.push_back( in genExportForEach()
744 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args); in genExportForEach()
765 mOut << Args.back().second << ", "; in genExportForEach()
775 Args.push_back(std::make_pair("Script.LaunchOptions", "sc")); in genExportForEach()
778 startFunction(AM_Public, false, "void", "forEach_" + EF->getName(), Args); in genExportForEach()
2069 ArgTy Args; in startFunction() local
2077 Args.push_back(std::make_pair(ArgType, ArgName)); in startFunction()
2081 startFunction(AM, IsStatic, ReturnType, FunctionName, Args); in startFunction()
2087 const ArgTy &Args) { in startFunction() argument
2093 for (ArgTy::const_iterator I = Args.begin(), E = Args.end(); I != E; I++) { in startFunction()