HomeSort by relevance Sort by last modified time
    Searched refs:IndentedScope (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
prettyprinter.cc 614 class IndentedScope BASE_EMBEDDED {
616 explicit IndentedScope(AstPrinter* printer) : ast_printer_(printer) {
620 IndentedScope(AstPrinter* printer, const char* txt, AstNode* node = NULL)
627 virtual ~IndentedScope() {
695 IndentedScope indent(this, s, node);
702 { IndentedScope indent(this, "FUNC");
715 IndentedScope indent(this, "DECLS");
725 IndentedScope indent(this, "PARAMS");
750 IndentedScope indent(this, "DEFAULT");
753 IndentedScope indent(this, "CASE")
    [all...]
prettyprinter.h 94 friend class IndentedScope;

Completed in 49 milliseconds