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

Overridden By

tools/clang/lib/CodeGen/TargetInfo.cpp
 1024   bool isHomogeneousAggregateBaseType(QualType Ty) const override {
 2250   bool isHomogeneousAggregateBaseType(QualType Ty) const override {
 4696 bool PPC64_SVR4_ABIInfo::isHomogeneousAggregateBaseType(QualType Ty) const {
 5278 bool AArch64ABIInfo::isHomogeneousAggregateBaseType(QualType Ty) const {
 6254 bool ARMABIInfo::isHomogeneousAggregateBaseType(QualType Ty) const {
 7701 bool AMDGPUABIInfo::isHomogeneousAggregateBaseType(QualType Ty) const {

Declarations

tools/clang/lib/CodeGen/ABIInfo.h
   97     virtual bool isHomogeneousAggregateBaseType(QualType Ty) const;

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 4668     if (!isHomogeneousAggregateBaseType(Ty))