Home | History | Annotate | Download | only in Sema

Lines Matching refs:FirstParamType

10888   QualType FirstParamType = FnDecl->getParamDecl(0)->getType();
10889 if (FirstParamType->isDependentType())
10894 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() !=