Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h153 struct CommentLine { struct
158 CommentLine(StringRef Text, PresumedLoc Begin, PresumedLoc End) in CommentLine() argument
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.cpp44 std::string CommentLine; in EmitCommentHeader() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp263 for (const auto &CommentLine : Comment) { in serializeDocComment() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3537 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() local