Lines Matching defs:super
443 // and prepare for warning on missing super calls.
1112 /// typedef'ed use for a qualified super class and adds them to the list
2017 // Check that super class name is valid class name
2037 // super class.
2721 // then we should check if any class in the super class hierarchy also
2727 // add the limit on looking at the super class chain for just
2739 // If no super class conforms to the protocol, we should not search
2740 // for methods in the super class to implicitly satisfy the protocol.
2785 // or one of its super class implementation.
2930 // in category implementation and its primary class's super class.
2956 // those declared in category class's super class. This is because
2957 // the super class must implement the method.
4380 // - the super class, and
4381 if (ObjCInterfaceDecl *super = iface->getSuperClass())
4382 search(super);
4525 // respective argument type in the super class method, issue warning;