Home
last modified time | relevance | path

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

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