Lines Matching defs:RegExStr
338 /// Class representing a substitution to perform in the RegExStr string.
353 // Index in RegExStr of where to do the substitution.
366 /// \returns the index where the substitution is to be performed in RegExStr.
574 std::string RegExStr;
577 /// an expression in the RegExStr regex at match time. For example, in the
579 /// RegExStr will contain "foobaz" and we'll get two entries in this vector
585 /// their parenthesis group in RegExStr capturing their last definition.
588 /// RegExStr will be "foo(.*)baz(\1<quux value>(.*))" where <quux value> is
600 /// number of the parenthesis group in RegExStr to capture that value.
606 /// Number of the parenthesis group in RegExStr that captures the value of
611 /// Holds the number of the parenthesis group in RegExStr and pointer to the