Searched defs:ScopedPrinter (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h68 class ScopedPrinter { class in namespace:llvm
70 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} function in class:llvm::ScopedPrinter

Completed in 325 milliseconds