Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2236 std::vector<StringRef> AssociatedCommentLines; member
2559 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports()
2600 std::vector<StringRef> AssociatedCommentLines; in sortJavaImports() local
2628 {Identifier, Line, Prev, AssociatedCommentLines, IsStatic}); in sortJavaImports()
2629 AssociatedCommentLines.clear(); in sortJavaImports()
2632 AssociatedCommentLines.push_back(Line); in sortJavaImports()