reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8798 if (const auto *Enum = paramTy->getAs<EnumType>()) { 8799 paramTy = Enum->getDecl()->getIntegerType(); 8800 if (paramTy.isNull()) 8804 if (paramTy->isPromotableIntegerType() || 8805 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy)