Home | History | Annotate | Download | only in Sema

Lines Matching full:paramty

3150           QualType ParamTy = FD->getParamDecl(ArgIdx)->getType();
3151 if (!Context.hasSameUnqualifiedType(ArgTys[ArgIdx], ParamTy)) {