Searched refs:exportedTypes (Results 1 – 8 of 8) sorted by relevance
242 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()244 type->appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
86 std::vector<const Type *> *exportedTypes) const override;
617 std::vector<const Type *> exportedTypes; in generateAndroidBpForPackage() local634 ast->appendToExportedTypesVector(&exportedTypes); in generateAndroidBpForPackage()639 bool genJavaConstants = needsJavaCode && !exportedTypes.empty(); in generateAndroidBpForPackage()861 std::vector<const Type *> exportedTypes; in generateExportHeaderForPackage() local874 ast->appendToExportedTypesVector(&exportedTypes); in generateExportHeaderForPackage()877 if (exportedTypes.empty()) { in generateExportHeaderForPackage()913 for (const auto &type : exportedTypes) { in generateExportHeaderForPackage()
120 std::vector<const Type *> *exportedTypes) const override;
315 std::vector<const Type *> *exportedTypes) const;
194 std::vector<const Type *> *exportedTypes) const;
871 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()872 mRootScope.appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
659 std::vector<const Type *> *exportedTypes) const { in appendToExportedTypesVector()661 exportedTypes->push_back(this); in appendToExportedTypesVector()