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

  /external/v8/src/ast/
prettyprinter.cc 562 class IndentedScope BASE_EMBEDDED {
564 IndentedScope(AstPrinter* printer, const char* txt)
571 IndentedScope(AstPrinter* printer, const char* txt, int pos)
578 virtual ~IndentedScope() {
642 IndentedScope indent(this, s, node->position());
649 { IndentedScope indent(this, "FUNC", program->position());
673 IndentedScope indent(this, "DECLS");
680 IndentedScope indent(this, "PARAMS");
706 IndentedScope indent(this, block_txt, node->position());
711 // TODO(svenpanne) Start with IndentedScope
    [all...]
prettyprinter.h 76 friend class IndentedScope;

Completed in 91 milliseconds