Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamTy

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