Searched refs:CommentLine (Results 1 – 6 of 6) sorted by relevance
153 struct CommentLine { struct158 CommentLine(StringRef Text, PresumedLoc Begin, PresumedLoc End) in CommentLine() argument165 std::vector<CommentLine> getFormattedLines(const SourceManager &SourceMgr,
364 for (const RawComment::CommentLine &Line : in getFormattedText()374 std::vector<RawComment::CommentLine>390 std::vector<RawComment::CommentLine> Result; in getFormattedLines()
44 std::string CommentLine; in EmitCommentHeader() local45 llvm::raw_string_ostream CommentStream(CommentLine); in EmitCommentHeader()53 EmitLine(CommentLine); in EmitCommentHeader()
263 for (const auto &CommentLine : Comment) { in serializeDocComment() local265 Line["text"] = CommentLine.Text; in serializeDocComment()267 serializeSourceRange(CommentLine.Begin, CommentLine.End)); in serializeDocComment()
151 using DocComment = std::vector<RawComment::CommentLine>;
3537 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() local3538 result += CommentLine; in sortJavaImports()