Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameUnqualifiedType

1568       if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0)))
4150 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) {
4240 if (S.Context.hasSameUnqualifiedType(Arg->getType(), ParamType) ||
4311 if (!S.Context.hasSameUnqualifiedType(ArgType,
4530 if (!S.Context.hasSameUnqualifiedType(Func->getType(),
4570 if (!S.Context.hasSameUnqualifiedType(Var->getType(),
4594 if (!S.Context.hasSameUnqualifiedType(ArgType, ParamType)) {
4652 } else if (!S.Context.hasSameUnqualifiedType(Arg->getType(),
4793 !Context.hasSameUnqualifiedType(ParamType, Arg->getType())) {
7577 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) {