Home | History | Annotate | Download | only in Sema

Lines Matching refs:getUnqualifiedType

569     E = ImpCastExprToType(E, E->getType().getUnqualifiedType(), CK_NoOp,
1416 << AllocType.getUnqualifiedType() << AddressSpace;
1847 Func->getParamDecl(0)->getType().getUnqualifiedType());
2073 << Pointee.getUnqualifiedType() << AddressSpace;
2508 FromType = FromType.getUnqualifiedType();
2750 From = ImpCastExprToType(From, ToType.getUnqualifiedType(), CK_BitCast,
3446 return Self.Context.typesAreCompatible(LhsT.getUnqualifiedType(),
3447 RhsT.getUnqualifiedType());
3933 TTy = TTy.getUnqualifiedType();