Home | History | Annotate | Download | only in Sema

Lines Matching full:paramty

2737   QualType ParamTy = FD->getParamDecl(0)->getType();
2739 ParamTy, Ty) != Sema::Compatible) {
2741 << NI.getName() << ParamTy << Ty;