Home | History | Annotate | Download | only in src

Lines Matching refs:DispatchTableConstructor

961     DispatchTableConstructor cons(table_, ignore_case, zone());
5883 void DispatchTableConstructor::VisitEnd(EndNode* that) {
5888 void DispatchTableConstructor::BuildTable(ChoiceNode* node) {
5901 explicit AddDispatchRange(DispatchTableConstructor* constructor)
5905 DispatchTableConstructor* constructor_;
5915 void DispatchTableConstructor::VisitChoice(ChoiceNode* node) {
5924 void DispatchTableConstructor::VisitBackReference(BackReferenceNode* that) {
5931 void DispatchTableConstructor
5943 void DispatchTableConstructor::AddInverse(ZoneList<CharacterRange>* ranges) {
5962 void DispatchTableConstructor::VisitText(TextNode* that) {
5988 void DispatchTableConstructor::VisitAction(ActionNode* that) {