Home
last modified time | relevance | path

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

/src/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,
/src/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()
/src/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp259 for (const auto &CommentLine : Comment) { in serializeDocComment() local
261 Line["text"] = CommentLine.Text; in serializeDocComment()
263 serializeSourceRange(CommentLine.Begin, CommentLine.End)); in serializeDocComment()
/src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h158 using DocComment = std::vector<RawComment::CommentLine>;
/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3360 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() local
3361 result += CommentLine; in sortJavaImports()