Home | History | Annotate | Download | only in regexp

Lines Matching refs:Visit

16 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \
17 VISIT(Disjunction) \
18 VISIT(Alternative) \
19 VISIT(Assertion) \
20 VISIT(CharacterClass) \
21 VISIT(Atom) \
22 VISIT(Quantifier) \
23 VISIT(Capture) \
24 VISIT(Lookaround) \
25 VISIT(BackReference) \
26 VISIT(Empty) \
27 VISIT(Text)
43 virtual void* Visit##Name(RegExp##Name*, void* data) = 0;