Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h185 bool canBreakBefore(const AnnotatedLine &Line,
H A DTokenAnnotator.cpp2917 Current->MustBreakBefore || canBreakBefore(Line, *Current); in calculateFormattingInformation()
4595 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore() function in clang::format::TokenAnnotator