Home | History | Annotate | Download | only in AST

Lines Matching refs:SuperClass

1817   if (const ObjCInterfaceDecl *SuperClass = OI->getSuperClass())
1818 DeepCollectObjCIvars(SuperClass, false, Ivars);
6710 // OK, if LHS is a superclass of RHS *and*
6711 // this superclass is assignment compatible with LHS.
6716 // OK if conversion of LHS to SuperClass results in narrowing of types
6717 // ; i.e., SuperClass may implement at least one of the protocols