Searched refs:mSpecifications (Results 1 – 2 of 2) sorted by relevance
190 std::vector<ConstantSpecification*> mSpecifications; // Owned196 const std::vector<ConstantSpecification*> getSpecifications() const { return mSpecifications; } in getSpecifications()198 void addSpecification(ConstantSpecification* spec) { mSpecifications.push_back(spec); } in addSpecification()206 std::vector<TypeSpecification*> mSpecifications; // Owned212 const std::vector<TypeSpecification*> getSpecifications() const { return mSpecifications; } in getSpecifications()214 void addSpecification(TypeSpecification* spec) { mSpecifications.push_back(spec); } in addSpecification()229 std::vector<FunctionSpecification*> mSpecifications; // Owned variable238 const std::vector<FunctionSpecification*> getSpecifications() const { return mSpecifications; } in getSpecifications()245 void addSpecification(FunctionSpecification* spec) { mSpecifications.push_back(spec); } in addSpecification()
310 for (auto i : mSpecifications) { in ~Constant()316 for (auto i : mSpecifications) { in ~Type()326 for (auto i : mSpecifications) { in ~Function()