Searched refs:getDefinedTypes (Results 1 – 6 of 6) sorted by relevance
109 std::vector<Type*> Type::getDefinedTypes() { in getDefinedTypes() function in android::Type110 const auto& constRet = static_cast<const Type*>(this)->getDefinedTypes(); in getDefinedTypes()117 std::vector<const Type*> Type::getDefinedTypes() const { in getDefinedTypes() function in android::Type174 for (auto* nextType : getDefinedTypes()) { in recursivePass()198 for (const auto* nextType : getDefinedTypes()) { in recursivePass()235 for (const auto* nextType : getDefinedTypes()) { in topologicalOrder()
62 std::vector<const Type*> getDefinedTypes() const override;
66 std::vector<Type*> getDefinedTypes();67 virtual std::vector<const Type*> getDefinedTypes() const;
121 std::vector<const Type*> Scope::getDefinedTypes() const { in getDefinedTypes() function in android::Scope
621 if (!ast->getRootScope().getDefinedTypes().empty()) {
45 for (const auto* nextType : scope->getDefinedTypes()) { in lintUnionRecursively()