Home | History | Annotate | Download | only in Sema

Lines Matching refs:Param0

5779     const ParmVarDecl *Param0 = MD->getParamDecl(0);
5780 const ReferenceType *RT = Param0->getType()->getAs<ReferenceType>();
5783 Diag(Param0->getLocation(), diag::note_nontrivial_param_type)
5784 << Param0->getSourceRange() << Param0->getType()
5795 const ParmVarDecl *Param0 = MD->getParamDecl(0);
5797 Param0->getType()->getAs<RValueReferenceType>();
5800 Diag(Param0->getLocation(), diag::note_nontrivial_param_type)
5801 << Param0->getSourceRange() << Param0->getType()