LLVM 20.0.0git
|
#include "llvm/Support/FormatCommon.h"
Public Member Functions | |
FmtAlign (support::detail::format_adapter &Adapter, AlignStyle Where, size_t Amount, char Fill=' ') | |
void | format (raw_ostream &S, StringRef Options) |
Public Attributes | |
support::detail::format_adapter & | Adapter |
AlignStyle | Where |
size_t | Amount |
char | Fill |
Definition at line 19 of file FormatCommon.h.
|
inline |
Definition at line 25 of file FormatCommon.h.
|
inline |
Definition at line 29 of file FormatCommon.h.
References Adapter, Amount, llvm::Center, llvm::support::detail::format_adapter::format(), llvm::Left, Options, llvm::SmallVectorBase< Size_T >::size(), Where, and X.
Referenced by llvm::support::detail::AlignAdapter< T >::format().
support::detail::format_adapter& llvm::FmtAlign::Adapter |
Definition at line 20 of file FormatCommon.h.
Referenced by format().
size_t llvm::FmtAlign::Amount |
Definition at line 22 of file FormatCommon.h.
Referenced by format().
char llvm::FmtAlign::Fill |
Definition at line 23 of file FormatCommon.h.
AlignStyle llvm::FmtAlign::Where |
Definition at line 21 of file FormatCommon.h.
Referenced by format().