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

/external/llvm/lib/Support/
H A DFormattedStream.cpp64 /// \param NewCol - The column to move to.
66 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { argument
71 indent(std::max(int(NewCol - getColumn()), 1));
/external/llvm/include/llvm/Support/
H A DFormattedStream.h121 /// column is already equal to or more than NewCol, PadToColumn inserts one
124 /// \param NewCol - The column to move to.
125 formatted_raw_ostream &PadToColumn(unsigned NewCol);

Completed in 1375 milliseconds