Home | History | Annotate | Download | only in AST

Lines Matching refs:SuperClass

1185   if (const ObjCInterfaceDecl *SuperClass = OI->getSuperClass())
1186 DeepCollectObjCIvars(SuperClass, false, Ivars);
5539 // OK, if LHS is a superclass of RHS *and*
5540 // this superclass is assignment compatible with LHS.
5545 // OK if conversion of LHS to SuperClass results in narrowing of types
5546 // ; i.e., SuperClass may implement at least one of the protocols