Searched refs:getSubTypes (Results 1 – 12 of 12) sorted by relevance
25 for (const NamedType* type : scope.getSubTypes()) { in emitAidl()
61 for (const NamedType* namedType : compoundType.getSubTypes()) { in emitCompoundTypeAidlDefinition()
100 for (const NamedType* namedType : scope.getSubTypes()) { in emitFileHeader()
142 for (const NamedType* type : interface.getSubTypes()) { in emitAidl()156 for (const NamedType* type : interface.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()
891 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()