Searched defs:Printable (Results 1 – 6 of 6) sorted by relevance
26 public interface Printable { interface
40 Printable(std::function<void(raw_ostream &OS)> Print) in Printable() function
41 Printable(std::function<void(raw_ostream &OS)> Print) in Printable() function
295 class Printable(Transform): class
2000 struct Printable { struct2003 inline void operator<<(::std::ostream& os, const Printable&) { in operator <<()
1182 TEST(PrintReferenceWrapper, Printable) { argument