Searched refs:superType (Results 1 – 6 of 6) sorted by relevance
457 const Interface *superType = iface->superType(); in generateInterfaceHeader() local459 if (superType == NULL) { in generateInterfaceHeader()463 << superType->fullName(); in generateInterfaceHeader()536 for (const Interface *superType : iface->typeChain()) { in generateInterfaceHeader() local540 << superType->getCppArgumentType() in generateInterfaceHeader()1084 for (const Interface *superType : iface->superTypeChain()) { in generateCppSources() local1086 superType->fqName(), in generateCppSources()1087 superType->fqName().getInterfaceProxyName()); in generateCppSources()1966 for (const Interface *superType : iface->typeChain()) { in generateInterfaceSource() local1972 << superType->getCppArgumentType() in generateInterfaceSource()[all …]
144 const Interface *superType = iface->superType(); in generateJava() local148 if (superType != NULL) { in generateJava()149 out << superType->fullJavaName(); in generateJava()
468 if (iface->superType() == nullptr) { in enforceMinorVersionUprevs()472 if (iface->superType()->fqName() != prevFQName) { in enforceMinorVersionUprevs()474 if (iface->superType()->fqName().getPackageAndVersion() == in enforceMinorVersionUprevs()478 << iface->superType()->fqName().string() << ", which is not allowed."; in enforceMinorVersionUprevs()
470 ancestor = ancestor->superType(); in addMethod()516 const Interface *Interface::superType() const { in superType() function in android::Interface531 return superType()->typeChain(); // should work even if superType is nullptr in superTypeChain()879 const Interface* superClass = superType(); in hasOnewayMethods()
496 const Type *superType = type->storageType(); in getTypeChain() local497 if (superType == NULL || !superType->isEnum()) { in getTypeChain()501 type = static_cast<const EnumType *>(superType); in getTypeChain()
42 const Interface *superType() const;