Searched defs:getNumMatches (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DRegex.cpp51 /// getNumMatches - In a valid regex, return the number of parenthesized
53 unsigned Regex::getNumMatches() const { function in class:Regex
/external/clang/lib/Sema/
H A DSemaOverload.cpp9576 int getNumMatches() const { return Matches.size(); } function in class:AddressOfFunctionResolver
9614 int NumMatches = Resolver.getNumMatches();

Completed in 152 milliseconds