Searched defs:ancestor (Results 1 – 2 of 2) sorted by relevance
456 for (const auto* ancestor : superTypeChain()) { in resolveInheritance() local
314 for (const Type* ancestor = this; ancestor != nullptr; ancestor = ancestor->parent()) { in checkForwardReferenceRestrictions() local