Searched refs:EmptyParentheses (Results 1 – 14 of 14) sorted by relevance
187 void AstLiteralReindexer::VisitEmptyParentheses(EmptyParentheses* node) {} in VisitEmptyParentheses()
371 void AstExpressionRewriter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()
369 void CallPrinter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()1180 void AstPrinter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()
469 EmptyParentheses* expr) { in VisitEmptyParentheses()
400 void AstNumberingVisitor::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()
104 V(EmptyParentheses) \2951 class EmptyParentheses final : public Expression {2955 explicit EmptyParentheses(int pos) : Expression(pos, kEmptyParentheses) {} in EmptyParentheses() function3533 EmptyParentheses* NewEmptyParentheses(int pos) { in NewEmptyParentheses()3534 return new (zone_) EmptyParentheses(pos); in NewEmptyParentheses()
202 void ALAA::VisitEmptyParentheses(EmptyParentheses* e) { UNREACHABLE(); } in VisitEmptyParentheses()
2866 void AstGraphBuilder::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
669 NOT_A_PATTERN(EmptyParentheses)
755 void AstTyper::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
11501 void HOptimizedGraphBuilder::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
1768 void FullCodeGenerator::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
205 void VisitEmptyParentheses(EmptyParentheses* paren) { UNREACHABLE(); } in VisitEmptyParentheses()
2808 void BytecodeGenerator::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()