Searched refs:UnqualTy (Results 1 – 1 of 1) sorted by relevance
2059 QualType UnqualTy = Ty.getCanonicalType().getUnqualifiedType(); in checkTypeSupport() local2061 if (!TI.hasLongDoubleType() && UnqualTy == Context.LongDoubleTy) { in checkTypeSupport()2078 bool IsDouble = UnqualTy == Context.DoubleTy; in checkTypeSupport()2079 bool IsFloat = UnqualTy == Context.FloatTy; in checkTypeSupport()