Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DFormatToken.h216 PartOfMultiVariableDeclStmt(false), ContinuesLineCommentSection(false), in FormatToken()
277 unsigned ContinuesLineCommentSection : 1; member
DUnwrappedLineParser.cpp3057 (*I)->ContinuesLineCommentSection = in flushComments()
3059 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection) in flushComments()
3119 FormatTok->ContinuesLineCommentSection = false; in distributeComments()
3121 FormatTok->ContinuesLineCommentSection = in distributeComments()
3124 if (!FormatTok->ContinuesLineCommentSection && in distributeComments()
DBreakableToken.cpp819 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) { in BreakableLineCommentSection()