Home
last modified time | relevance | path

Searched defs:CommentLine (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DRawCommentList.h142 struct CommentLine { struct
147 CommentLine(StringRef Text, PresumedLoc Begin, PresumedLoc End) in CommentLine() argument
/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_test.py31 class CommentLine: class
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp226 for (const auto &CommentLine : Comment) { in serializeDocComment() local
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2949 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() local