Searched refs:AddLength (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp863 unsigned AddLength = 0; local
869 AddLength += First[i]->TokenText.size();
873 First[0]->TokenText.size() + AddLength);
874 First[0]->ColumnWidth += AddLength;

Completed in 51 milliseconds