Home
last modified time | relevance | path

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

/freebsd-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() function
120 ~DisableScanScope() { S->PostDisableScan(); } in ~DisableScanScope() argument