Home
last modified time | relevance | path

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

/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,
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DRecord.cpp305 int CommentLine = SM.getLineNumber(CommentFID, CommentOffset); in HandleComment() local
311 KeepStack.push_back({CommentLine, false}); in HandleComment()
313 KeepStack.push_back({CommentLine, true}); in HandleComment()
348 ExportStack.push_back({CommentLine, CommentFID, save(Filename), false}); in HandleComment()
350 ExportStack.push_back({CommentLine, CommentFID, save(Filename), true}); in HandleComment()
/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp365 for (const RawComment::CommentLine &Line : in getFormattedText()
375 std::vector<RawComment::CommentLine> in getFormattedText()
391 std::vector<RawComment::CommentLine> Result; in getFormattedLines()
/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp265 for (const auto &CommentLine : Comment) { in serializeDocComment()
267 Line["text"] = CommentLine.Text; in serializeDocComment()
269 serializeSourceRange(CommentLine.Begin, CommentLine.End)); in serializeDocComment()
259 for (const auto &CommentLine : Comment) { serializeDocComment() local
/llvm-project/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_test.py31 class CommentLine: class
/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h138 /// DocComment is a vector of RawComment::CommentLine. in addTemplateParameter()
151 using DocComment = std::vector<RawComment::CommentLine>;
/llvm-project/clang/lib/Format/
H A DFormat.cpp3434 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports()
3435 result += CommentLine; in sortJavaImports()
3360 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { sortJavaImports() local