reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTContext.cpp
 5846   assert(!Promotable.isNull());
 5847   assert(Promotable->isPromotableIntegerType());
 5848   if (const auto *ET = Promotable->getAs<EnumType>())
 5851   if (const auto *BT = Promotable->getAs<BuiltinType>()) {
 5879   if (Promotable->isSignedIntegerType())
 5881   uint64_t PromotableSize = getIntWidth(Promotable);
 5883   assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize);