OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ItemLengths
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
FormatToken.cpp
113
ExtraSpaces += Format->ColumnSizes[Column] -
ItemLengths
[Item];
193
ItemLengths
.push_back(CodePointsBetween(ItemBegin, NonCommentEnd));
207
ItemLengths
.push_back(CodePointsBetween(ItemBegin, ItemEnd));
243
for (unsigned i = 0, e =
ItemLengths
.size(); i != e; ++i) {
252
(Column == Columns - 1) ? EndOfLineItemLength[i] :
ItemLengths
[i];
FormatToken.h
559
SmallVector<unsigned, 8>
ItemLengths
;
Completed in 76 milliseconds