Home
last modified time | relevance | path

Searched refs:CommentLine (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h153 struct CommentLine { struct
158 CommentLine(StringRef Text, PresumedLoc Begin, PresumedLoc End) in CommentLine() argument
165 std::vector<CommentLine> getFormattedLines(const SourceManager &SourceMgr,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp367 for (const RawComment::CommentLine &Line : in getFormattedText()
377 std::vector<RawComment::CommentLine>
393 std::vector<RawComment::CommentLine> Result; in getFormattedLines()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp251 for (const auto &CommentLine : Comment) { in serializeDocComment() local
253 Line["text"] = CommentLine.Text; in serializeDocComment()
255 serializeSourceRange(CommentLine.Begin, CommentLine.End)); in serializeDocComment()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h150 using DocComment = std::vector<RawComment::CommentLine>;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3317 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() local
3318 result += CommentLine; in sortJavaImports()