Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameUnqualifiedType

1598       if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0)))
4242 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) {
4336 if (S.Context.hasSameUnqualifiedType(Arg->getType(), ParamType) ||
4407 if (!S.Context.hasSameUnqualifiedType(ArgType,
4627 if (!S.Context.hasSameUnqualifiedType(Func->getType(),
4667 if (!S.Context.hasSameUnqualifiedType(Var->getType(),
4691 if (!S.Context.hasSameUnqualifiedType(ArgType, ParamType)) {
4748 } else if (!S.Context.hasSameUnqualifiedType(Arg->getType(),
4874 !Context.hasSameUnqualifiedType(ParamType, Arg->getType())) {
7830 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) {