Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h115 struct DisableScanScope { struct
118 DisableScanScope(formatted_raw_ostream *FRO) : S(FRO) { in DisableScanScope() argument
121 ~DisableScanScope() { S->PostDisableScan(); } in ~DisableScanScope() argument
169 DisableScanScope S(this); in resetColor()
177 DisableScanScope S(this); in reverseColor()
185 DisableScanScope S(this); in changeColor()