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
112
ExtraSpaces += Format->ColumnSizes[Column] -
ItemLengths
[Item];
185
ItemLengths
.push_back(CodePointsBetween(ItemBegin, NonCommentEnd));
199
ItemLengths
.push_back(CodePointsBetween(ItemBegin, ItemEnd));
232
for (unsigned i = 0, e =
ItemLengths
.size(); i != e; ++i) {
241
(Column == Columns - 1) ? EndOfLineItemLength[i] :
ItemLengths
[i];
FormatToken.h
516
SmallVector<unsigned, 8>
ItemLengths
;
Completed in 195 milliseconds