Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp2535 (*I)->ContinuesLineCommentSection = in flushComments()
2537 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection) in flushComments()
2597 FormatTok->ContinuesLineCommentSection = false; in distributeComments()
2599 FormatTok->ContinuesLineCommentSection = in distributeComments()
2602 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
H A DFormatToken.h284 bool ContinuesLineCommentSection = false; member
H A DBreakableToken.cpp777 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()