Home | History | Annotate | Download | only in Sema

Lines Matching full:lastparam

9486     ParmVarDecl *LastParam = FnDecl->getParamDecl(FnDecl->getNumParams() - 1);
9488 if (const BuiltinType *BT = LastParam->getType()->getAs<BuiltinType>())
9492 return Diag(LastParam->getLocation(),
9494 << LastParam->getType() << (Op == OO_MinusMinus);