Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h38 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); format() local
52 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); format() local
67 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); format() local
H A DFormatCommon.h20 support::detail::format_adapter &Adapter; member
27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter() function