Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp2272 bool CommentLine = true; in setCommentLineLevels() local
2275 CommentLine = false; in setCommentLineLevels()
2282 if (NextNonCommentLine && CommentLine && in setCommentLineLevels()
H A DFormat.cpp2510 for (StringRef CommentLine : Imports[Index].AssociatedCommentLines) { in sortJavaImports() local
2511 result += CommentLine; in sortJavaImports()