Searched defs:format_provider (Results 1 – 2 of 2) sorted by relevance
18 template <typename T, typename Enable = void> struct format_provider {}; struct
421 template <> struct format_provider<llvm::xray::RecordTypes> { struct422 static void format(const llvm::xray::RecordTypes &T, raw_ostream &Stream, in format()