Searched refs:superTypeChain (Results 1 – 8 of 8) sorted by relevance
112 const std::vector<const Interface*>& superTypeChain = iface->superTypeChain(); in methodVersions() local114 superTypeChain.begin(), superTypeChain.end(), in methodVersions()
37 for (const Interface* iface : mRootScope.getInterface()->superTypeChain()) { in generateInheritanceHierarchy()
83 for (const Interface* superInterface : iface->superTypeChain()) { in generateVts()
58 std::vector<const Interface *> superTypeChain() const;
70 for (const auto* type : superTypeChain()) { in resolveInheritance()116 for (const auto* type : superTypeChain()) { in validateUniqueNames()636 std::vector<const EnumType*> EnumType::superTypeChain() const { in superTypeChain() function in android::EnumType
126 std::vector<const EnumType*> superTypeChain() const;
456 for (const auto* ancestor : superTypeChain()) { in resolveInheritance()606 std::vector<const Interface *> Interface::superTypeChain() const { in superTypeChain() function in android::Interface
847 for (const Interface *superType : iface->superTypeChain()) { in generateCppSource()