Searched defs:DisableScanScope (Results 1 – 1 of 1) sorted by relevance
114 struct DisableScanScope { struct117 DisableScanScope(formatted_raw_ostream *FRO) : S(FRO) { in DisableScanScope() function120 ~DisableScanScope() { S->PostDisableScan(); } in ~DisableScanScope() argument