Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.h172 void calculateUnbreakableTailLengths(AnnotatedLine &Line);
DTokenAnnotator.cpp1673 calculateUnbreakableTailLengths(Line); in calculateFormattingInformation()
1682 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths() function in clang::format::TokenAnnotator