Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.cpp147 static unsigned CodePointsBetween(const FormatToken *Begin, in CodePointsBetween() function
200 ItemLengths.push_back(CodePointsBetween(ItemBegin, NonCommentEnd)); in precomputeFormattingInfos()
214 ItemLengths.push_back(CodePointsBetween(ItemBegin, ItemEnd)); in precomputeFormattingInfos()
221 EndOfLineItemLength.push_back(CodePointsBetween(ItemBegin, ItemEnd)); in precomputeFormattingInfos()