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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 6401   const auto *CI = ID->getClassInterface();
 6413   if (ID->hasNonZeroConstructors() || ID->hasDestructors()) {
 6413   if (ID->hasNonZeroConstructors() || ID->hasDestructors()) {
 6415     if (!ID->hasNonZeroConstructors())
 6427     const ObjCInterfaceDecl *Root = ID->getClassInterface();
 6437       BuildClassRoTInitializer(flags, InstanceStart, InstanceSize, ID);
 6450   if (ID->hasNonZeroConstructors() || ID->hasDestructors()) {
 6450   if (ID->hasNonZeroConstructors() || ID->hasDestructors()) {
 6459     if (!ID->hasNonZeroConstructors())
 6475   GetClassSizeInfo(ID, InstanceStart, InstanceSize);
 6477       BuildClassRoTInitializer(flags, InstanceStart, InstanceSize, ID);
 6487   if (ImplementationIsNonLazy(ID))