Searched refs:CommentLine (Results 1 – 7 of 7) sorted by relevance
| /llvm-project/clang/include/clang/AST/ |
| H A D | RawCommentList.h | 153 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 D | Record.cpp | 305 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 D | RawCommentList.cpp | 365 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 D | SymbolGraphSerializer.cpp | 265 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 D | generate_extended_grapheme_cluster_test.py | 31 class CommentLine: class
|
| /llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 138 /// DocComment is a vector of RawComment::CommentLine. in addTemplateParameter() 151 using DocComment = std::vector<RawComment::CommentLine>;
|
| /llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 3434 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() 3435 result += CommentLine; in sortJavaImports() 3360 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { sortJavaImports() local
|