Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h142 struct CommentLine { struct
147 CommentLine(StringRef Text, PresumedLoc Begin, PresumedLoc End) in CommentLine() function
154 std::vector<CommentLine> getFormattedLines(const SourceManager &SourceMgr,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp248 for (const auto &CommentLine : Comment) { in serializeDocComment() local
250 Line["text"] = CommentLine.Text; in serializeDocComment()
252 serializeSourceRange(CommentLine.Begin, CommentLine.End)); in serializeDocComment()
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_test.py32 class CommentLine: class
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h51 using DocComment = std::vector<RawComment::CommentLine>;
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3142 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() local
3143 result += CommentLine; in sortJavaImports()