Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp182 static unsigned CodePointsBetween(const FormatToken *Begin, in CodePointsBetween() function
241 ItemLengths.push_back(CodePointsBetween(ItemBegin, NonCommentEnd)); in precomputeFormattingInfos()
255 ItemLengths.push_back(CodePointsBetween(ItemBegin, ItemEnd)); in precomputeFormattingInfos()
263 EndOfLineItemLength.push_back(CodePointsBetween(ItemBegin, ItemEnd)); in precomputeFormattingInfos()