Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h242 bool mustBreakBefore(const AnnotatedLine &Line,
H A DTokenAnnotator.cpp4018 Current->MustBreakBefore || mustBreakBefore(Line, *Current); in calculateFormattingInformation()
5463 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore() function in clang::format::TokenAnnotator