Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

631   assert(Context.hasSameType(New->getType(), Old->getType()) &&
4902 if (!Context.hasSameType(ReturnType, ExpectedReturnType)) {
7255 return Context.hasSameType(TD1->getUnderlyingType(),
7527 !Ctx.hasSameType(QualType(Specifier->getAsType(), 0), FoundType))
8141 !Context.hasSameType(OldTD->getUnderlyingType(),
11127 Context.hasSameType(PmDecl->getType(), Context.CharTy))
11160 if (Context.hasSameType(T, Context.UnsignedLongLongTy) ||
11161 Context.hasSameType(T, Context.LongDoubleTy) ||
11162 Context.hasSameType(T, Context.CharTy) ||
11163 Context.hasSameType(T, Context.WideCharTy) ||
11164 Context.hasSameType(T, Context.Char16Ty) ||
11165 Context.hasSameType(T, Context.Char32Ty)) {
11185 if (Context.hasSameType(T, Context.CharTy))
11192 if (!(Context.hasSameType(T, Context.CharTy) ||
11193 Context.hasSameType(T, Context.WideCharTy) ||
11194 Context.hasSameType(T, Context.Char16Ty) ||
11195 Context.hasSameType(T, Context.Char32Ty)))
11200 if (Context.hasSameType(T, Context.getSizeType()) &&
12300 if (Context.hasSameType(NewTy, OldTy) ||