Home
last modified time | relevance | path

Searched refs:CommentLine (Results 1 – 6 of 6) 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.cpp364 for (const RawComment::CommentLine &Line : in getFormattedText()
374 std::vector<RawComment::CommentLine>
390 std::vector<RawComment::CommentLine> Result; in getFormattedLines()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.cpp44 std::string CommentLine; in EmitCommentHeader() local
45 llvm::raw_string_ostream CommentStream(CommentLine); in EmitCommentHeader()
53 EmitLine(CommentLine); in EmitCommentHeader()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp263 for (const auto &CommentLine : Comment) { in serializeDocComment() local
265 Line["text"] = CommentLine.Text; in serializeDocComment()
267 serializeSourceRange(CommentLine.Begin, CommentLine.End)); in serializeDocComment()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h151 using DocComment = std::vector<RawComment::CommentLine>;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3537 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() local
3538 result += CommentLine; in sortJavaImports()