Home | History | Annotate | Download | only in AST

Lines Matching refs:SuperInstance

1016     SuperInstance
1151 return getReceiverKind() == Instance || getReceiverKind() == SuperInstance;
1204 if (getReceiverKind() == SuperInstance || getReceiverKind() == SuperClass)
1239 if (getReceiverKind() == SuperInstance || getReceiverKind() == SuperClass)
1246 Kind = IsInstanceSuper? SuperInstance : SuperClass;