Searched refs:mValueComments (Results 1 – 2 of 2) sorted by relevance
299 std::vector<std::string> mValueComments; // One entry per enum value variable312 const std::vector<std::string>& getValueComments() const { return mValueComments; } in getValueComments()
400 spec->mValueComments.push_back(comment); in scanTypeSpecification()