Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h216 PartOfMultiVariableDeclStmt(false), ContinuesLineCommentSection(false), in FormatToken()
277 unsigned ContinuesLineCommentSection : 1; member
H A DUnwrappedLineParser.cpp3207 (*I)->ContinuesLineCommentSection = in flushComments()
3209 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection) in flushComments()
3269 FormatTok->ContinuesLineCommentSection = false; in distributeComments()
3271 FormatTok->ContinuesLineCommentSection = in distributeComments()
3274 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
H A DBreakableToken.cpp853 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()