Home | History | Annotate | Download | only in src

Lines Matching refs:VISIT

382 #define FOR_EACH_NODE_TYPE(VISIT)                                    \
383 VISIT(End) \
384 VISIT(Action) \
385 VISIT(Choice) \
386 VISIT(BackReference) \
387 VISIT(Assertion) \
388 VISIT(Text)
391 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \
392 VISIT(Disjunction) \
393 VISIT(Alternative) \
394 VISIT(Assertion) \
395 VISIT(CharacterClass) \
396 VISIT(Atom) \
397 VISIT(Quantifier) \
398 VISIT(Capture) \
399 VISIT(Lookahead) \
400 VISIT(BackReference) \
401 VISIT(Empty) \
402 VISIT(Text)
1545 virtual void Visit##Type(Type##Node* that) = 0;
1572 virtual void Visit##Type(Type##Node* that);
1608 virtual void Visit##Type(Type##Node* that);