Home | History | Annotate | Download | only in src

Lines Matching refs:VISIT

401 #define FOR_EACH_NODE_TYPE(VISIT)                                    \
402 VISIT(End) \
403 VISIT(Action) \
404 VISIT(Choice) \
405 VISIT(BackReference) \
406 VISIT(Assertion) \
407 VISIT(Text)
410 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \
411 VISIT(Disjunction) \
412 VISIT(Alternative) \
413 VISIT(Assertion) \
414 VISIT(CharacterClass) \
415 VISIT(Atom) \
416 VISIT(Quantifier) \
417 VISIT(Capture) \
418 VISIT(Lookahead) \
419 VISIT(BackReference) \
420 VISIT(Empty) \
421 VISIT(Text)
1513 virtual void Visit##Type(Type##Node* that) = 0;
1540 virtual void Visit##Type(Type##Node* that);
1576 virtual void Visit##Type(Type##Node* that);