Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFormatAdapters.h21 explicit FormatAdapter(T &&Item) : Item(std::forward<T>(Item)) {} in FormatAdapter() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DFormatVariadicTest.cpp642 TEST(FormatVariadicTest, FormatAdapter) { in TEST() argument