Home
last modified time | relevance | path

Searched refs:IdentRAII (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestPrintNesting.cpp78 struct IdentRAII { struct
80 IdentRAII(int &indent) : indent(indent) {} in IdentRAII() argument
81 ~IdentRAII() { --indent; } in ~IdentRAII() argument
84 IdentRAII pushIndent() { return IdentRAII(++indent); } in pushIndent()