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