Searched refs:mFieldComments (Results 1 – 2 of 2) sorted by relevance
303 std::vector<std::string> mFieldComments; // One entry per struct field variable318 const std::vector<std::string>& getFieldComments() const { return mFieldComments; } in getFieldComments()
427 spec->mFieldComments.push_back(comment); in scanTypeSpecification()