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