Lines Matching defs:Param0
10067 const ParmVarDecl *Param0 = MD->getNonObjectParameter(0);
10068 const ReferenceType *RT = Param0->getType()->getAs<ReferenceType>();
10084 Diag(Param0->getLocation(), diag::note_nontrivial_param_type)
10085 << Param0->getSourceRange() << Param0->getType()
10098 const ParmVarDecl *Param0 = MD->getNonObjectParameter(0);
10100 Param0->getType()->getAs<RValueReferenceType>();
10103 Diag(Param0->getLocation(), diag::note_nontrivial_param_type)
10104 << Param0->getSourceRange() << Param0->getType()