Searched refs:exportedTypes (Results 1 – 8 of 8) sorted by relevance
229 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()231 type->appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
83 std::vector<const Type *> *exportedTypes) const override;
548 std::vector<const Type *> exportedTypes; in generateAndroidBpForPackage() local565 ast->appendToExportedTypesVector(&exportedTypes); in generateAndroidBpForPackage()570 bool genJavaConstants = needsJavaCode && !exportedTypes.empty(); in generateAndroidBpForPackage()787 std::vector<const Type *> exportedTypes; in generateExportHeaderForPackage() local800 ast->appendToExportedTypesVector(&exportedTypes); in generateExportHeaderForPackage()803 if (exportedTypes.empty()) { in generateExportHeaderForPackage()838 for (const auto &type : exportedTypes) { in generateExportHeaderForPackage()
114 std::vector<const Type *> *exportedTypes) const override;
179 std::vector<const Type *> *exportedTypes) const;
805 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()806 mRootScope.appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
338 std::vector<const Type *> *exportedTypes) const;
620 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()622 exportedTypes->push_back(this); in appendToExportedTypesVector()