Home
last modified time | relevance | path

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

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