Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormattedStream.cpp115 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { in PadToColumn() argument
120 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormattedStream.h124 formatted_raw_ostream &PadToColumn(unsigned NewCol);