Lines Matching defs:ParamInfo
3019 bool LLParser::parseParameterList(SmallVectorImpl<ParamInfo> &ArgList,
3059 ArgList.push_back(ParamInfo(
7360 bool LLParser::resolveFunctionType(Type *RetType, ArrayRef<ParamInfo> ArgList,
7367 for (const ParamInfo &Arg : ArgList)
7391 SmallVector<ParamInfo, 16> ArgList;
7431 for (const ParamInfo &Arg : ArgList) {
7688 SmallVector<ParamInfo, 16> ArgList;
7745 for (const ParamInfo &Arg : ArgList) {
8093 SmallVector<ParamInfo, 16> ArgList;
8138 for (const ParamInfo &Arg : ArgList) {