Home | History | Annotate | Download | only in src

Lines Matching refs:Init

221   if (node->init() != NULL) {
222 Visit(node->init());
434 Init();
441 Init();
450 Init();
463 void PrettyPrinter::Init() {
701 Init();
761 const char* block_txt = node->is_initializer_block() ? "BLOCK INIT" : "BLOCK";
895 if (node->init()) PrintIndentedVisit("INIT", node->init());