Searched refs:superTypeChain (Results 1 – 5 of 5) sorted by relevance
57 std::vector<const Interface *> superTypeChain() const;
61 for (const auto* type : superTypeChain()) { in resolveInheritance()107 for (const auto* type : superTypeChain()) { in validateUniqueNames()610 std::vector<const EnumType*> EnumType::superTypeChain() const { in superTypeChain() function in android::EnumType
117 std::vector<const EnumType*> superTypeChain() const;
506 for (const auto* ancestor : superTypeChain()) { in resolveInheritance()656 std::vector<const Interface *> Interface::superTypeChain() const { in superTypeChain() function in android::Interface
793 for (const Interface *superType : iface->superTypeChain()) { in generateCppSource()