Home | History | Annotate | Download | only in Sema

Lines Matching full:paramty

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