Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2588 SmallVector<StringRef> AssociatedCommentLines; member
2949 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports()
2991 SmallVector<StringRef> AssociatedCommentLines; in sortJavaImports() local
3018 {Identifier, Line, Prev, AssociatedCommentLines, IsStatic}); in sortJavaImports()
3019 AssociatedCommentLines.clear(); in sortJavaImports()
3022 AssociatedCommentLines.push_back(Line); in sortJavaImports()