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