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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp65 /// \param NewCol - The column to move to.
67 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { argument
72 indent(std::max(int(NewCol - getColumn()), 1));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h102 /// column is already equal to or more than NewCol, PadToColumn inserts one
105 /// \param NewCol - The column to move to.
106 formatted_raw_ostream &PadToColumn(unsigned NewCol);

Completed in 141 milliseconds