Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

4104     if (Context.hasSameType(ParamType, ArgType)) {
4430 Context.hasSameType(((Expr*) RefExpr.get())->getType(),
4592 if (!S.Context.hasSameType(OldNTTP->getType(), NewNTTP->getType())) {
5274 if (Context.hasSameType(CanonType,
5933 if (Context.hasSameType(Function->getType(), Method->getType())) {