Lines Matching refs:Args
607 Context::ArgTy Args; in genExportFunction() local
614 Args.push_back(std::make_pair(GetTypeName((*I)->getType()), in genExportFunction()
625 Args); in genExportFunction()
660 Context::ArgTy Args; in genExportForEach() local
665 Args.push_back(std::make_pair("Allocation", "ain")); in genExportForEach()
667 Args.push_back(std::make_pair("Allocation", "aout")); in genExportForEach()
675 Args.push_back(std::make_pair(GetTypeName((*I)->getType()), in genExportForEach()
709 Args); in genExportForEach()
723 C.out() << Args.back().second << ", "; in genExportForEach()
732 Args.push_back(std::make_pair("Script.LaunchOptions", "sc")); in genExportForEach()
739 Args); in genExportForEach()
2248 ArgTy Args; in startFunction() local
2256 Args.push_back(std::make_pair(ArgType, ArgName)); in startFunction()
2260 startFunction(AM, IsStatic, ReturnType, FunctionName, Args); in startFunction()
2269 const ArgTy &Args) { in startFunction() argument
2274 for (ArgTy::const_iterator I = Args.begin(), E = Args.end(); in startFunction()