reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5388 if (ParseArgumentList(ArgList, isVarArg) || 5423 for (unsigned i = 0, e = ArgList.size(); i != e; ++i) { 5424 ParamTypeList.push_back(ArgList[i].Ty); 5425 Attrs.push_back(ArgList[i].Attrs); 5508 for (unsigned i = 0, e = ArgList.size(); i != e; ++i, ++ArgIt) { 5510 if (ArgList[i].Name.empty()) continue; 5513 ArgIt->setName(ArgList[i].Name); 5515 if (ArgIt->getName() != ArgList[i].Name) 5516 return Error(ArgList[i].Loc, "redefinition of argument '%" + 5517 ArgList[i].Name + "'");