Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h57 bool DisableScan; variable
102 assert(!DisableScan); in PreDisableScan()
105 DisableScan = true; in PreDisableScan()
109 assert(DisableScan); in PostDisableScan()
110 DisableScan = false; in PostDisableScan()
135 : TheStream(nullptr), Position(0, 0), DisableScan(false) { in formatted_raw_ostream()
140 DisableScan(false) {} in formatted_raw_ostream()
/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp104 if (DisableScan) in ComputePosition()