Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp3129 (*I)->ContinuesLineCommentSection = in flushComments()
3131 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection) in flushComments()
3191 FormatTok->ContinuesLineCommentSection = false; in distributeComments()
3193 FormatTok->ContinuesLineCommentSection = in distributeComments()
3196 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
H A DFormatToken.h215 PartOfMultiVariableDeclStmt(false), ContinuesLineCommentSection(false), in FormatToken()
276 unsigned ContinuesLineCommentSection : 1; member
H A DBreakableToken.cpp853 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()