Home | History | Annotate | Download | only in ast

Lines Matching defs:Print

638     scope->Print();
1500 Print();
1516 // TODO(adamk): Should we print concise method scopes specially?
1619 void Scope::Print(int n) {
1623 // Print header.
1633 // Print parameters, if any.
1680 // Print locals.
1686 // Print temporaries.
1704 // Print inner scopes (disable by providing negative n).
1709 scope->Print(n1);