Searched refs:Param0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp5596 const ParmVarDecl *Param0 = MD->getParamDecl(0); local
5597 const ReferenceType *RT = Param0->getType()->getAs<ReferenceType>();
5600 Diag(Param0->getLocation(), diag::note_nontrivial_param_type)
5601 << Param0->getSourceRange() << Param0->getType()
5612 const ParmVarDecl *Param0 = MD->getParamDecl(0); local
5614 Param0->getType()->getAs<RValueReferenceType>();
5617 Diag(Param0->getLocation(), diag::note_nontrivial_param_type)
5618 << Param0->getSourceRange() << Param0
[all...]

Completed in 160 milliseconds