Searched defs:superType (Results 1 – 5 of 5) sorted by relevance
115 [&](const Interface* superType) -> bool { in methodVersions()
261 const Interface *superType = iface->superType(); in generateInterfaceHeader() local343 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader() local856 for (const Interface *superType : iface->superTypeChain()) { in generateCppSource() local1736 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource() local
144 const Interface *superType = iface->superType(); in generateJava() local
76 Scope* parent, const Reference<Type>& superType, const Hash* fileHash) in Interface()615 const Interface* Interface::superType() const { in superType() function in android::Interface
625 const Type* superType = type->storageType(); in typeChain() local637 const Type* superType = storageType(); in superTypeChain() local