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

/external/llvm/include/llvm/Support/
H A DScopedPrinter.h1 //===-- ScopedPrinter.h ---------------------------------------------------===//
69 class ScopedPrinter { class in namespace:llvm
71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} function in class:llvm::ScopedPrinter
345 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label,
352 explicit DelimitedScope(ScopedPrinter &W) : W(W) {
357 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) {
370 ScopedPrinter &W;

Completed in 405 milliseconds