Searched refs:IndentedScope (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ast/ |
D | prettyprinter.cc | 562 class IndentedScope BASE_EMBEDDED { 564 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope() function in v8::internal::BASE_EMBEDDED 571 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope() function in v8::internal::BASE_EMBEDDED 578 virtual ~IndentedScope() { in ~IndentedScope() 642 IndentedScope indent(this, s, node->position()); in PrintIndentedVisit() 649 { IndentedScope indent(this, "FUNC", program->position()); in PrintProgram() 673 IndentedScope indent(this, "DECLS"); in PrintDeclarations() 680 IndentedScope indent(this, "PARAMS"); in PrintParameters() 706 IndentedScope indent(this, block_txt, node->position()); in VisitBlock() 729 IndentedScope indent(this, "EXPRESSION STATEMENT", node->position()); in VisitExpressionStatement() [all …]
|
D | prettyprinter.h | 76 friend class IndentedScope;
|