Lines Matching full:matchlen
106 /// there is a match, the size of the matched string is returned in MatchLen.
110 size_t Match(StringRef Buffer, size_t &MatchLen,
380 /// there is a match, the size of the matched string is returned in MatchLen.
381 size_t Pattern::Match(StringRef Buffer, size_t &MatchLen,
385 MatchLen = 0;
391 MatchLen = FixedStr.size();
449 MatchLen = FullMatch.size();
614 size_t &MatchLen, StringMap<StringRef> &VariableTable) const;
855 bool IsLabel, size_t &MatchLen,
869 size_t MatchPos = Pat.Match(MatchBuffer, MatchLen, VariableTable);
937 size_t MatchLen = 0;
938 size_t Pos = Pat->Match(Buffer, MatchLen, VariableTable);
976 size_t MatchLen = 0, MatchPos;
980 MatchPos = Pat.Match(MatchBuffer, MatchLen, VariableTable);
1023 LastPos = std::max(MatchPos + MatchLen, LastPos);
1103 size_t MatchLen = 0;
1104 size_t MatchPos = CheckStr.Check(SM, CheckRegion, false, MatchLen,
1113 CheckRegion = CheckRegion.substr(MatchPos + MatchLen);