Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

189         Context.hasSameType(X.getAsType(), Y.getAsType()))
281 Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType()))
1640 S.Context.hasSameType(Param.getNullPtrType(), Arg.getNullPtrType()))
1908 return Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType());
3368 !Context.hasSameType(ArgFunctionType, Specialization->getType()))