Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatCommon.h19 struct FmtAlign { struct
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount, argument
27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter()
29 void format(raw_ostream &S, StringRef Options) { in format()
69 void fill(llvm::raw_ostream &S, uint32_t Count) { in fill()