Home
last modified time | relevance | path

Searched refs:canBreakBefore (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h184 bool canBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
H A DTokenAnnotator.cpp2520 Current->MustBreakBefore || canBreakBefore(Line, *Current); in calculateFormattingInformation()
3810 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore() function in clang::format::TokenAnnotator