Home
last modified time | relevance | path

Searched refs:FmtAlign (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatCommon.h19 struct FmtAlign { struct
25 FmtAlign(support::detail::format_adapter &Adapter, AlignStyle Where, argument
H A DFormatAdapters.h41 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format()
H A DFormatVariadic.h100 FmtAlign Align(*W, R.Where, R.Align, R.Pad); in format()