Home
last modified time | relevance | path

Searched defs:CommentLine (Results 1 – 5 of 5) 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
/llvm-project/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_test.py31 class CommentLine: class
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DRecord.cpp305 int CommentLine = SM.getLineNumber(CommentFID, CommentOffset); in HandleComment() local
/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp259 for (const auto &CommentLine : Comment) { serializeDocComment() local
/llvm-project/clang/lib/Format/
H A DFormat.cpp3360 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { sortJavaImports() local