Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp118 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn() argument
123 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h152 formatted_raw_ostream &PadToColumn(unsigned NewCol);