Lines Matching defs:TheMatch
1166 Match TheMatch;
1167 TheMatch.Pos = FullMatch.data() - Buffer.data() + MatchStartSkip;
1168 TheMatch.Len = FullMatch.size() - MatchStartSkip;
1185 return MatchResult(TheMatch, Error::success());
2001 Buffer, MatchResult.TheMatch->Pos,
2002 MatchResult.TheMatch->Len, Diags);
2135 if (MatchResult.TheMatch)
2203 size_t MatchPos = MatchResult.TheMatch->Pos;
2208 LastMatchEnd += MatchPos + MatchResult.TheMatch->Len;
2385 MatchLen = MatchResult.TheMatch->Len;
2388 MatchPos += MatchResult.TheMatch->Pos;