HomeSort by relevance Sort by last modified time
    Searched refs:getNumMatches (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
Regex.h 54 /// getNumMatches - In a valid regex, return the number of parenthesized
57 unsigned getNumMatches() const;
  /external/llvm/lib/Support/
Regex.cpp 51 /// getNumMatches - In a valid regex, return the number of parenthesized
53 unsigned Regex::getNumMatches() const {
  /external/llvm/utils/FileCheck/
FileCheck.cpp 330 CurParen += R.getNumMatches();
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 221 milliseconds