Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DRegex.h72 unsigned getNumMatches() const;
/llvm-project-15.0.7/llvm/lib/Support/
H A DRegex.cpp82 unsigned Regex::getNumMatches() const { in getNumMatches() function in Regex
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp1218 CurParen += R.getNumMatches(); in AddRegExToRegEx()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp12418 int getNumMatches() const { return Matches.size(); } in getNumMatches() function in __anon85f2cfc11d11::AddressOfFunctionResolver
12457 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction()