Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h114 struct DisableScanScope { struct
117 DisableScanScope(formatted_raw_ostream *FRO) : S(FRO) { in DisableScanScope() argument
120 ~DisableScanScope() { S->PostDisableScan(); } in ~DisableScanScope() argument
168 DisableScanScope S(this); in resetColor()
176 DisableScanScope S(this); in reverseColor()
184 DisableScanScope S(this); in changeColor()