Searched refs:getSubTypes (Results 1 – 11 of 11) sorted by relevance
162 static void getSubTypes(const NamedType& namedType, std::set<const NamedType*>* types) { in getSubTypes() function165 for (const NamedType* subType : compoundType.getSubTypes()) { in getSubTypes()167 getSubTypes(*subType, types); in getSubTypes()417 getSubTypes(*interface, &namedTypesInPackage); in main()420 getSubTypes(ast->getRootScope(), &namedTypesInPackage); in main()
209 for (const NamedType* subType : compoundType.getSubTypes()) { in processCompoundType()
205 for (const NamedType* type : iface->getSubTypes()) { in emitAidl()
38 for (const auto& type : mRootScope.getSubTypes()) { in emitVtsTypeDeclarations()
82 const std::vector<NamedType *> &getSubTypes() const;
234 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()
121 const auto& subTypes = Scope::getSubTypes(); in validateSubTypeNames()1868 for (const auto &type : getSubTypes()) { in emitVtsTypeDeclarations()
889 for (const auto &type : getSubTypes()) { in emitVtsAttributeDeclaration()
100 CHECK(getSubTypes().empty()); in validate()