Searched refs:ancestor (Results 1 – 4 of 4) sorted by relevance
314 for (const Type* ancestor = this; ancestor != nullptr; ancestor = ancestor->parent()) { in checkForwardReferenceRestrictions() local315 if (ancestor == refTypeParent) return OK; in checkForwardReferenceRestrictions()
466 for (const auto* ancestor : superTypeChain()) { in resolveInheritance() local467 serial += ancestor->mUserMethods.size(); in resolveInheritance()
20 * The ancestor for all interfaces.
346 for ancestor in p.find_parents(lambda x: not isinstance(x, Metadata)):347 ancestor._leafs.remove(p)