reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
91 s->Printf("%p: ", static_cast<const void *>(this)); 92 s->Indent(); 93 *s << "CompileUnit" << static_cast<const UserID &>(*this) << ", language = \"" 100 s->IndentMore(); 101 m_variables->Dump(s, show_context); 102 s->IndentLess(); 106 s->IndentMore(); 107 ForeachFunction([&s, show_context](const FunctionSP &f) { 108 f->Dump(s, show_context); 112 s->IndentLess(); 113 s->EOL();