Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2789 SmallVector<StringRef> AssociatedCommentLines; member
3142 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports()
3184 SmallVector<StringRef> AssociatedCommentLines; in sortJavaImports() local
3211 {Identifier, Line, Prev, AssociatedCommentLines, IsStatic}); in sortJavaImports()
3212 AssociatedCommentLines.clear(); in sortJavaImports()
3215 AssociatedCommentLines.push_back(Line); in sortJavaImports()