reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
665 if (!Regex(RegExToMatch, Flags).match(Buffer, &MatchInfo)) 669 assert(!MatchInfo.empty() && "Didn't get any match"); 670 StringRef FullMatch = MatchInfo[0]; 674 assert(VariableDef.second < MatchInfo.size() && "Internal paren error"); 676 MatchInfo[VariableDef.second]; 684 assert(CaptureParenGroup < MatchInfo.size() && "Internal paren error"); 688 StringRef MatchedValue = MatchInfo[CaptureParenGroup];