Searched defs:ScopedPrinter (Results 1 – 4 of 4) sorted by relevance
20 class ScopedPrinter; variable
25 class ScopedPrinter; variable
71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function