Searched refs:CommentLine (Results 1 – 6 of 6) sorted by relevance
142 struct CommentLine { struct147 CommentLine(StringRef Text, PresumedLoc Begin, PresumedLoc End) in CommentLine() function154 std::vector<CommentLine> getFormattedLines(const SourceManager &SourceMgr,
367 for (const RawComment::CommentLine &Line : in getFormattedText()377 std::vector<RawComment::CommentLine>393 std::vector<RawComment::CommentLine> Result; in getFormattedLines()
248 for (const auto &CommentLine : Comment) { in serializeDocComment() local250 Line["text"] = CommentLine.Text; in serializeDocComment()252 serializeSourceRange(CommentLine.Begin, CommentLine.End)); in serializeDocComment()
32 class CommentLine: class
51 using DocComment = std::vector<RawComment::CommentLine>;
3142 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() local3143 result += CommentLine; in sortJavaImports()