Home
last modified time | relevance | path

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

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