Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

578   assert(Context.hasSameType(New->getType(), Old->getType()) &&
4310 if (!Context.hasSameType(ReturnType, ExpectedReturnType)) {
6616 return Context.hasSameType(TD1->getUnderlyingType(),
7320 !Context.hasSameType(OldTD->getUnderlyingType(),
10065 Context.hasSameType(PmDecl->getType(), Context.CharTy))
10077 if (Context.hasSameType(T, Context.UnsignedLongLongTy) ||
10078 Context.hasSameType(T, Context.LongDoubleTy) ||
10079 Context.hasSameType(T, Context.CharTy) ||
10080 Context.hasSameType(T, Context.WCharTy) ||
10081 Context.hasSameType(T, Context.Char16Ty) ||
10082 Context.hasSameType(T, Context.Char32Ty)) {
10102 if (Context.hasSameType(T, Context.CharTy))
10109 if (!(Context.hasSameType(T, Context.CharTy) ||
10110 Context.hasSameType(T, Context.WCharTy) ||
10111 Context.hasSameType(T, Context.Char16Ty) ||
10112 Context.hasSameType(T, Context.Char32Ty)))
10117 if (Context.hasSameType(T, Context.getSizeType()) &&
11151 if (Context.hasSameType(NewTy, OldTy) ||