Lines Matching defs:parser
5 #include "src/regexp/regexp-parser.h"
146 // Check whether the parser is inside a capture group with the given index.
159 // Check whether the parser is inside a capture group with the given name.
312 explicit ForceUnicodeScope(RegExpParserImpl<CharT>* parser)
313 : parser_(parser) {
337 bool force_unicode_ = false; // Force parser to act as if unicode were set.
951 // don't want to scan the regexp twice unless it is necessary. This mini-parser
1080 // to adhere to the common parser behavior of expecting `current` to point at
1139 // relevant char, which the rest of the parser expects. See also the previous
1178 // The parser is assumed to be on the '<' in \k<name>.