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() local1738 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource() local
148 const Interface *superType = iface->superType(); in generateJava() local
51 Scope* parent, const Reference<Type>& superType, const Hash* fileHash) in Interface()611 const Interface* Interface::superType() const { in superType() function in android::Interface
641 const Type* superType = type->storageType(); in typeChain() local653 const Type* superType = storageType(); in superTypeChain() local