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()
626 std::vector<const Type *> exportedTypes; in generateAndroidBpForPackage() local643 ast->appendToExportedTypesVector(&exportedTypes); in generateAndroidBpForPackage()648 bool genJavaConstants = needsJavaCode && !exportedTypes.empty(); in generateAndroidBpForPackage()923 std::vector<const Type *> exportedTypes; in generateExportHeaderForPackage() local936 ast->appendToExportedTypesVector(&exportedTypes); in generateExportHeaderForPackage()939 if (exportedTypes.empty()) { in generateExportHeaderForPackage()979 for (const auto &type : exportedTypes) { in generateExportHeaderForPackage()
121 std::vector<const Type *> *exportedTypes) const override;
194 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()
675 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()677 exportedTypes->push_back(this); in appendToExportedTypesVector()