Home | History | Annotate | Download | only in Sema

Lines Matching refs:getUnqualifiedType

646     E = ImpCastExprToType(E, E->getType().getUnqualifiedType(), CK_NoOp,
1580 << AllocType.getUnqualifiedType() << AddressSpace;
2053 ->getType().getUnqualifiedType());
2057 ->getType().getUnqualifiedType())
2334 << Pointee.getUnqualifiedType() << AddressSpace;
2759 FromType = FromType.getUnqualifiedType();
3010 From = ImpCastExprToType(From, ToType.getUnqualifiedType(), CK_BitCast,
3787 return Self.Context.typesAreCompatible(LhsT.getUnqualifiedType(),
3788 RhsT.getUnqualifiedType());
4271 TTy = TTy.getUnqualifiedType();