reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2010 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && 2010 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && 2011 !FromType->isEnumeralType()) { 2013 (FromType->isSignedIntegerType() || 2016 Context.getTypeSize(FromType) < Context.getTypeSize(ToType))) { 2041 if (const EnumType *FromEnumType = FromType->getAs<EnumType>()) { 2059 isCompleteType(From->getBeginLoc(), FromType)) 2081 if (FromType->isAnyCharacterType() && !FromType->isCharType() && 2081 if (FromType->isAnyCharacterType() && !FromType->isCharType() && 2085 bool FromIsSigned = FromType->isSignedIntegerType(); 2086 uint64_t FromSize = Context.getTypeSize(FromType); 2125 if (FromType->isIntegralType(Context) && 2132 (FromType->isSignedIntegerType() && BitWidth <= ToSize)) { 2138 if (FromType->isUnsignedIntegerType() && BitWidth <= ToSize) { 2149 if (FromType->isBooleanType() && To->getKind() == BuiltinType::Int) {