Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

559   assert(Context.hasSameType(New->getType(), Old->getType()) &&
4031 !Context.hasSameType(
4219 !Context.hasSameType(
5994 return Context.hasSameType(TD1->getUnderlyingType(),
6695 !Context.hasSameType(OldTD->getUnderlyingType(),
9535 Context.hasSameType(PmDecl->getType(), Context.CharTy))
9547 if (Context.hasSameType(T, Context.UnsignedLongLongTy) ||
9548 Context.hasSameType(T, Context.LongDoubleTy) ||
9549 Context.hasSameType(T, Context.CharTy) ||
9550 hasSameType(T, Context.WCharTy) ||
9551 Context.hasSameType(T, Context.Char16Ty) ||
9552 Context.hasSameType(T, Context.Char32Ty)) {
9572 if (Context.hasSameType(T, Context.CharTy))
9579 if (!(Context.hasSameType(T, Context.CharTy) ||
9580 Context.hasSameType(T, Context.WCharTy) ||
9581 Context.hasSameType(T, Context.Char16Ty) ||
9582 Context.hasSameType(T, Context.Char32Ty)))
9587 if (Context.hasSameType(T, Context.getSizeType()) &&
10574 if (Context.hasSameType(NewTy, OldTy) ||