Searched refs:ParamTypeList (Results 1 – 1 of 1) sorted by relevance
6136 std::vector<Type*> ParamTypeList; in parseFunctionHeader() local6140 ParamTypeList.push_back(ArgList[i].Ty); in parseFunctionHeader()6151 FunctionType *FT = FunctionType::get(RetType, ParamTypeList, IsVarArg); in parseFunctionHeader()