Searched defs:ScopedPrinter (Results 1 – 6 of 6) sorted by relevance
19 class ScopedPrinter; variable
20 class ScopedPrinter; variable
47 class ScopedPrinter; variable
23 class ScopedPrinter; variable
70 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function