Home
last modified time | relevance | path

Searched refs:AssociatedCommentLines (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2967 SmallVector<StringRef> AssociatedCommentLines; member
3317 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports()
3359 SmallVector<StringRef> AssociatedCommentLines; in sortJavaImports() local
3386 {Identifier, Line, Prev, AssociatedCommentLines, IsStatic}); in sortJavaImports()
3387 AssociatedCommentLines.clear(); in sortJavaImports()
3390 AssociatedCommentLines.push_back(Line); in sortJavaImports()