Searched refs:CommentLine (Results 1 – 4 of 4) sorted by relevance
153 struct CommentLine { struct158 CommentLine(StringRef Text, PresumedLoc Begin, PresumedLoc End) in CommentLine() argument165 std::vector<CommentLine> getFormattedLines(const SourceManager &SourceMgr,
259 for (const auto &CommentLine : Comment) { in serializeDocComment() local261 Line["text"] = CommentLine.Text; in serializeDocComment()263 serializeSourceRange(CommentLine.Begin, CommentLine.End)); in serializeDocComment()
158 using DocComment = std::vector<RawComment::CommentLine>;
3360 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() local3361 result += CommentLine; in sortJavaImports()