Home
last modified time | relevance | path

Searched refs:CaptureNames (Results 1 – 5 of 5) sorted by relevance

/external/regex-re2/re2/testing/
Dregexp_test.cc61 TEST(Regexp, CaptureNames) { in TEST() argument
68 const map<int, string>* have = x->CaptureNames(); in TEST()
/external/regex-re2/re2/
Dregexp.h377 map<int, string>* CaptureNames();
Dregexp.cc607 map<int, string>* Regexp::CaptureNames() { in CaptureNames() function in re2::Regexp
Dre2.cc289 group_names_ = suffix_regexp_->CaptureNames(); in CapturingGroupNames()
/external/clang/lib/Sema/
DSemaLambda.cpp917 llvm::SmallSet<IdentifierInfo*, 8> CaptureNames; in ActOnStartOfLambdaDefinition() local
1047 if (!CaptureNames.insert(C->Id).second) { in ActOnStartOfLambdaDefinition()