Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h190 void calculateUnbreakableTailLengths(AnnotatedLine &Line);
H A DTokenAnnotator.cpp2561 calculateUnbreakableTailLengths(Line); in calculateFormattingInformation()
2579 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths() function in clang::format::TokenAnnotator