Lines Matching defs:Param0
10148 const ParmVarDecl *Param0 = MD->getNonObjectParameter(0);
10149 const ReferenceType *RT = Param0->getType()->getAs<ReferenceType>();
10165 Diag(Param0->getLocation(), diag::note_nontrivial_param_type)
10166 << Param0->getSourceRange() << Param0->getType()
10179 const ParmVarDecl *Param0 = MD->getNonObjectParameter(0);
10181 Param0->getType()->getAs<RValueReferenceType>();
10184 Diag(Param0->getLocation(), diag::note_nontrivial_param_type)
10185 << Param0->getSourceRange() << Param0->getType()