Home | History | Annotate | Download | only in src

Lines Matching refs:VISIT

422 #define FOR_EACH_NODE_TYPE(VISIT)                                    \
423 VISIT(End) \
424 VISIT(Action) \
425 VISIT(Choice) \
426 VISIT(BackReference) \
427 VISIT(Assertion) \
428 VISIT(Text)
431 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \
432 VISIT(Disjunction) \
433 VISIT(Alternative) \
434 VISIT(Assertion) \
435 VISIT(CharacterClass) \
436 VISIT(Atom) \
437 VISIT(Quantifier) \
438 VISIT(Capture) \
439 VISIT(Lookahead) \
440 VISIT(BackReference) \
441 VISIT(Empty) \
442 VISIT(Text)
1342 virtual void Visit##Type(Type##Node* that) = 0;
1367 virtual void Visit##Type(Type##Node* that);
1402 virtual void Visit##Type(Type##Node* that);