Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegex.h73 LLVM_ABI unsigned getNumMatches() const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp77 /// getNumMatches - In a valid regex, return the number of parenthesized
79 unsigned Regex::getNumMatches() const { in getNumMatches() function in Regex
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1106 CurParen += R.getNumMatches(); in AddRegExToRegEx()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13883 int getNumMatches() const { return Matches.size(); } in getNumMatches() function in __anon2e1ecc912e11::AddressOfFunctionResolver
13907 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24185 {"_ZNK4llvm5Regex13getNumMatchesEv", "llvm::Regex::getNumMatches() const"},