Home
last modified time | relevance | path

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

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