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