Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp4496 Tok->ContinuesLineCommentSection = in flushComments()
4498 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()
4568 FormatTok->ContinuesLineCommentSection = false; in distributeComments()
4570 FormatTok->ContinuesLineCommentSection = in distributeComments()
4573 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
H A DFormatToken.h252 PartOfMultiVariableDeclStmt(false), ContinuesLineCommentSection(false), in FormatToken()
315 unsigned ContinuesLineCommentSection : 1; member
H A DBreakableToken.cpp879 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()