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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 6433   if (const EnumType *EnumTy = Ty->getAs<EnumType>())
 6434     Ty = EnumTy->getDecl()->getIntegerType();
 6437   if (isAggregateTypeForABI(Ty))
 6438     return getNaturalAlignIndirect(Ty, /* byval */ true);
 6440   return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)
 6440   return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)