Searched refs:mustBreakBefore (Results 1 – 2 of 2) sorted by relevance
160 bool mustBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
1737 Current->MustBreakBefore || mustBreakBefore(Line, *Current); in calculateFormattingInformation()2251 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore() function in clang::format::TokenAnnotator