Lines Matching defs:CommentInfo
49 struct CommentInfo {
50 CommentInfo() = default;
51 CommentInfo(CommentInfo &Other) = delete;
52 CommentInfo(CommentInfo &&Other) = default;
53 CommentInfo &operator=(CommentInfo &&Other) = default;
55 bool operator==(const CommentInfo &Other) const;
61 bool operator<(const CommentInfo &Other) const;
83 std::vector<std::unique_ptr<CommentInfo>>
84 Children; // List of child comments for this CommentInfo.
237 std::vector<CommentInfo> Description; // Comment description of this field.
289 std::vector<CommentInfo> Description; // Comment description of this decl.
459 std::vector<CommentInfo> Description; /// Comment description of this field.