Lines Matching refs:RegExpNode
20 void PrintNode(const char* label, RegExpNode* node);
21 void Visit(RegExpNode* node);
22 void PrintAttributes(RegExpNode* from);
23 void PrintOnFailure(RegExpNode* from, RegExpNode* to);
31 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) {
51 void DotPrinterImpl::Visit(RegExpNode* node) {
57 void DotPrinterImpl::PrintOnFailure(RegExpNode* from, RegExpNode* on_failure) {
88 void DotPrinterImpl::PrintAttributes(RegExpNode* that) {
193 RegExpNode* successor = that->on_success();
239 RegExpNode* successor = that->on_success();
244 void DotPrinter::DotPrint(const char* label, RegExpNode* node) {