Searched refs:LastParam (Results 1 – 1 of 1) sorted by relevance
11719 ParmVarDecl *LastParam = FnDecl->getParamDecl(FnDecl->getNumParams() - 1); in CheckOverloadedOperatorDeclaration() local11720 QualType ParamType = LastParam->getType(); in CheckOverloadedOperatorDeclaration()11724 return Diag(LastParam->getLocation(), in CheckOverloadedOperatorDeclaration()11726 << LastParam->getType() << (Op == OO_MinusMinus); in CheckOverloadedOperatorDeclaration()