Home | History | Annotate | Download | only in dist

Lines Matching full:skip

39 //      scanner.SetSkipExpression("\\s+"); // Skip any white space we encounter
81 // following input that matches the "skip" regular expression.
89 // Set the "skip" regular expression. If after consuming some data,
92 // a skip RE that matches white space and comments.
102 void Skip(const char* re); // DEPRECATED; does *not* repeat
105 // Temporarily pause "skip"ing. This
106 // Skip("Foo"); code ; DisableSkip(); code; EnableSkip()
108 // Skip("Foo"); code ; Skip(NULL); code ; Skip("Foo");
113 // that matches the skip pattern is immediately dropped.
118 // Arranges to skip whitespace, C comments, C++ comments.
155 bool save_comments_; // If true, aggregate the skip expression