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

References

tools/clang/lib/Sema/SemaDecl.cpp
17429       BestPromotionType = Context.getPromotedIntegerType(BestType);
17431       BestPromotionType = BestType;
17462     BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType);
17469       BestPromotionType = Context.IntTy;
17473       BestPromotionType = Context.IntTy;
17478       BestPromotionType
17484       BestPromotionType
17492       BestPromotionType
17560   Enum->completeDefinition(BestType, BestPromotionType,