Home | History | Annotate | Download | only in Sema

Lines Matching refs:getUnqualifiedType

614     T = T.getUnqualifiedType();
631 T = Atomic->getValueType().getUnqualifiedType();
1239 Context.getCanonicalType(LHS.get()->getType()).getUnqualifiedType();
1241 Context.getCanonicalType(RHS.get()->getType()).getUnqualifiedType();
2796 type = type.getUnqualifiedType();
5544 lhptee = S.Context.getQualifiedType(lhptee.getUnqualifiedType(), lhQual);
5545 rhptee = S.Context.getQualifiedType(rhptee.getUnqualifiedType(), rhQual);
5750 return LHSTy.getUnqualifiedType();
6362 LHSType = Context.getCanonicalType(LHSType).getUnqualifiedType();
6363 RHSType = Context.getCanonicalType(RHSType).getUnqualifiedType();
6700 Res = PerformImplicitConversion(RHS.get(), LHSType.getUnqualifiedType(),
6704 TryImplicitConversion(RHS.get(), LHSType.getUnqualifiedType(),
6712 Res = PerformImplicitConversion(RHS.get(), LHSType.getUnqualifiedType(),
6854 QualType LHSType = LHS.get()->getType().getUnqualifiedType();
6855 QualType RHSType = RHS.get()->getType().getUnqualifiedType();
7388 Context.getCanonicalType(lpointee).getUnqualifiedType(),
7389 Context.getCanonicalType(rpointee).getUnqualifiedType())) {
7406 << rpointee.getUnqualifiedType()
8031 if (Context.typesAreCompatible(LCanPointeeTy.getUnqualifiedType(),
8032 RCanPointeeTy.getUnqualifiedType())) {
8718 ? LHSType : LHSType.getUnqualifiedType());
8826 return ResType.getUnqualifiedType();
10138 Ty = LastExpr.get()->getType().getUnqualifiedType();
10883 SrcType = SrcType.getUnqualifiedType();
10884 DstType = DstType.getUnqualifiedType();