Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Root

3123   /// Is a root class.
3310 // The isa for the metaclass is the root of the hierarchy.
3311 const ObjCInterfaceDecl *Root = ID->getClassInterface();
3312 while (const ObjCInterfaceDecl *Super = Root->getSuperClass())
3313 Root = Super;
3315 llvm::ConstantExpr::getBitCast(GetClassName(Root->getObjCRuntimeNameAsString()),
3454 // When emitting the root class GCC emits ivar entries for the
5958 // class is root
5969 // Has a root. Current class is not a root.
5970 const ObjCInterfaceDecl *Root = ID->getClassInterface();
5971 while (const ObjCInterfaceDecl *Super = Root->getSuperClass())
5972 Root = Super;
5974 TClassName += Root->getObjCRuntimeNameAsString();
5976 Root->isWeakImported());
6020 // Has a root. Current class is not a root.