Searched defs:superType (Results 1 – 4 of 4) sorted by relevance
144 const Interface *superType = iface->superType(); in generateJava() local
457 const Interface *superType = iface->superType(); in generateInterfaceHeader() local536 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader() local1084 for (const Interface *superType : iface->superTypeChain()) { in generateCppSources() local1966 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource() local
496 const Type *superType = type->storageType(); in getTypeChain() local
516 const Interface *Interface::superType() const { in superType() function in android::Interface