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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DFormattedStream.cpp48 ColumnScanned = CountColumns(ColumnScanned, Scanned,
51 ColumnScanned = CountColumns(ColumnScanned, Ptr, Size);
66 indent(std::max(int(NewCol - ColumnScanned), 1));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DFormattedStream.h47 /// ColumnScanned - The current output column of the data that's
51 unsigned ColumnScanned; member in class:llvm::formatted_raw_ostream
86 : raw_ostream(), TheStream(0), DeleteStream(false), ColumnScanned(0) {
90 : raw_ostream(), TheStream(0), DeleteStream(false), ColumnScanned(0) {

Completed in 163 milliseconds