Searched defs:NewCol (Results 1 - 1 of 1) 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));

Completed in 67 milliseconds