Searched refs:getSubTypes (Results 1 – 12 of 12) sorted by relevance
25 for (const NamedType* type : scope.getSubTypes()) { in emitAidl()
71 for (const NamedType* subType : compoundType.getSubTypes()) { in processCompoundType()132 const std::vector<NamedType*>& latestSubTypes = compoundType.getSubTypes(); in emitCompoundTypeAidlDefinition()
100 for (const NamedType* namedType : scope.getSubTypes()) { in emitFileHeader()
173 for (const NamedType* type : (*iface)->getSubTypes()) { in emitAidl()
38 for (const auto& type : mRootScope.getSubTypes()) { in emitVtsTypeDeclarations()
79 const std::vector<NamedType *> &getSubTypes() const;
218 const std::vector<NamedType *> &Scope::getSubTypes() const { in getSubTypes() function in android::Scope
51 for (const auto& type : mRootScope.getSubTypes()) { in generateJavaTypes()
166 std::vector<NamedType*> rootTypes = typesAST->getRootScope().getSubTypes(); in appendPerTypeTargets()447 std::vector<NamedType*> subTypes = typesAST->getRootScope().getSubTypes(); in packageNeedsJavaCode()
862 for (const auto &type : getSubTypes()) { in emitVtsAttributeDeclaration()
121 const auto& subTypes = Scope::getSubTypes(); in validateSubTypeNames()1893 for (const auto &type : getSubTypes()) { in emitVtsTypeDeclarations()
100 CHECK(getSubTypes().empty()); in validate()