Searched refs:exportedTypes (Results 1 – 8 of 8) sorted by relevance
89 std::vector<const Type *> *exportedTypes) const override;
258 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()260 type->appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
546 std::vector<const Type *> exportedTypes; in generateAndroidBpForPackage() local563 ast->appendToExportedTypesVector(&exportedTypes); in generateAndroidBpForPackage()568 bool genJavaConstants = needsJavaCode && !exportedTypes.empty(); in generateAndroidBpForPackage()832 std::vector<const Type *> exportedTypes; in generateExportHeaderForPackage() local845 ast->appendToExportedTypesVector(&exportedTypes); in generateExportHeaderForPackage()848 if (exportedTypes.empty()) { in generateExportHeaderForPackage()888 for (const auto &type : exportedTypes) { in generateExportHeaderForPackage()
121 std::vector<const Type *> *exportedTypes) const override;
191 std::vector<const Type *> *exportedTypes) const;
315 std::vector<const Type *> *exportedTypes) const;
871 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()872 mRootScope.appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
692 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()694 exportedTypes->push_back(this); in appendToExportedTypesVector()