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

  /external/v8/src/
prettyprinter.cc 591 class IndentedScope BASE_EMBEDDED {
593 IndentedScope() {
597 explicit IndentedScope(const char* txt, AstNode* node = NULL) {
618 virtual ~IndentedScope() {
629 AstPrinter* IndentedScope::ast_printer_ = NULL;
639 IndentedScope::SetAstPrinter(this);
645 IndentedScope::SetAstPrinter(NULL);
708 IndentedScope indent(s, node);
715 { IndentedScope indent("FUNC");
728 IndentedScope indent("DECLS")
    [all...]
prettyprinter.h 92 friend class IndentedScope;

Completed in 59 milliseconds