Lines Matching refs:VISIT
14 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \ argument15 VISIT(Disjunction) \16 VISIT(Alternative) \17 VISIT(Assertion) \18 VISIT(CharacterClass) \19 VISIT(Atom) \20 VISIT(Quantifier) \21 VISIT(Capture) \22 VISIT(Lookaround) \23 VISIT(BackReference) \24 VISIT(Empty) \25 VISIT(Text)