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