Searched refs:CaptureNames (Results 1 – 9 of 9) sorted by relevance
61 TEST(Regexp, CaptureNames) { in TEST() argument68 const map<int, string>* have = x->CaptureNames(); in TEST()
606 llvm::SmallSet<IdentifierInfo*, 8> CaptureNames; in ActOnStartOfLambdaDefinition() local660 if (!CaptureNames.insert(C->Id)) in ActOnStartOfLambdaDefinition()716 if (!CaptureNames.insert(C->Id)) { in ActOnStartOfLambdaDefinition()
377 map<int, string>* CaptureNames();
607 map<int, string>* Regexp::CaptureNames() { in CaptureNames() function in re2::Regexp
289 group_names_ = suffix_regexp_->CaptureNames(); in CapturingGroupNames()
307 group_names_ = suffix_regexp_->CaptureNames(); in CapturingGroupNames()