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.cpp206 bool switchesFormatting(const FormatToken &Token) { in switchesFormatting() function
848 !switchesFormatting(tokenAt(LineIndex)); in mayReflow()
937 const bool IsFormatComment = LineTok && switchesFormatting(*LineTok); in BreakableLineCommentSection()
1152 !switchesFormatting(tokenAt(LineIndex)) && in mayReflow()
H A DBreakableToken.h29 bool switchesFormatting(const FormatToken &Token);
H A DContinuationIndenter.cpp2523 switchesFormatting(Current)) { in createBreakableToken()
2542 switchesFormatting(Current) || !RegularComments) { in createBreakableToken()