reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1999 const BuiltinType *To = ToType->getAs<BuiltinType>(); 2016 Context.getTypeSize(FromType) < Context.getTypeSize(ToType))) { 2053 return Context.hasSameUnqualifiedType(Underlying, ToType) || 2054 IsIntegralPromotion(nullptr, Underlying, ToType); 2058 if (ToType->isIntegerType() && 2061 ToType, FromEnumType->getDecl()->getPromotionType()); 2082 ToType->isIntegerType()) { 2103 return Context.hasSameUnqualifiedType(ToType, PromoteTypes[Idx]); 2128 ToSize = Context.getTypeSize(ToType);