Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp219 bool switchesFormatting(const FormatToken &Token) { in switchesFormatting() function
860 !switchesFormatting(tokenAt(LineIndex)); in mayReflow()
951 const bool IsFormatComment = LineTok && switchesFormatting(*LineTok); in BreakableLineCommentSection()
1165 !switchesFormatting(tokenAt(LineIndex)) && in mayReflow()
H A DBreakableToken.h29 bool switchesFormatting(const FormatToken &Token);
H A DContinuationIndenter.cpp2405 switchesFormatting(Current)) { in createBreakableToken()
2424 switchesFormatting(Current) || !RegularComments) { in createBreakableToken()