Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2187 std::vector<StringRef> AssociatedCommentLines; member
2510 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports()
2551 std::vector<StringRef> AssociatedCommentLines; in sortJavaImports() local
2579 {Identifier, Line, Prev, AssociatedCommentLines, IsStatic}); in sortJavaImports()
2580 AssociatedCommentLines.clear(); in sortJavaImports()
2583 AssociatedCommentLines.push_back(Line); in sortJavaImports()