Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegex.h72 unsigned getNumMatches() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp79 unsigned Regex::getNumMatches() const { in getNumMatches() function in Regex
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1065 CurParen += R.getNumMatches(); in AddRegExToRegEx()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13039 int getNumMatches() const { return Matches.size(); } in getNumMatches() function in __anon22c3dcc72311::AddressOfFunctionResolver
13078 int NumMatches = Resolver.getNumMatches(); in ResolveAddressOfOverloadedFunction()