Home | History | Annotate | Download | only in Sema

Lines Matching full:param0

5394     const ParmVarDecl *Param0 = MD->getParamDecl(0);
5395 const ReferenceType *RT = Param0->getType()->getAs<ReferenceType>();
5398 Diag(Param0->getLocation(), diag::note_nontrivial_param_type)
5399 << Param0->getSourceRange() << Param0->getType()
5410 const ParmVarDecl *Param0 = MD->getParamDecl(0);
5412 Param0->getType()->getAs<RValueReferenceType>();
5415 Diag(Param0->getLocation(), diag::note_nontrivial_param_type)
5416 << Param0->getSourceRange() << Param0->getType()