Searched refs:raw_indented_ostream (Results 1 – 5 of 5) sorted by relevance
23 class raw_indented_ostream : public raw_ostream {25 explicit raw_indented_ostream(llvm::raw_ostream &os) : os(os) { in raw_indented_ostream() function31 explicit DelimitedScope(raw_indented_ostream &os, StringRef open = "",42 raw_indented_ostream &os;56 raw_indented_ostream &reindent(StringRef str);59 raw_indented_ostream &indent() { in indent()65 raw_indented_ostream &unindent() { in unindent()71 raw_indented_ostream &indent(int with) { in indent()
18 raw_indented_ostream ros(os); in TEST()27 raw_indented_ostream ros(os); in TEST()40 raw_indented_ostream ros(os); in TEST()53 raw_indented_ostream ros(os); in TEST()56 raw_indented_ostream::DelimitedScope scope(ros); in TEST()60 raw_indented_ostream::DelimitedScope scope(ros, "{\n", "\n}\n"); in TEST()89 raw_indented_ostream ros(os); in TEST()
18 raw_indented_ostream &mlir::raw_indented_ostream::reindent(StringRef str) { in reindent()36 void mlir::raw_indented_ostream::write_impl(const char *ptr, size_t size) { in write_impl()
42 raw_indented_ostream ros(os); in emitDescription()
202 raw_indented_ostream os;260 raw_indented_ostream::DelimitedScope scope(os); in emitNativeCodeMatch()1114 raw_indented_ostream::DelimitedScope scope(os); in createSeparateLocalVarsForOpArgs()