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 49 /// getNumMatches - In a valid regex, return the number of parenthesized
52 unsigned getNumMatches() const;
  /external/llvm/lib/Support/
Regex.cpp 49 /// getNumMatches - In a valid regex, return the number of parenthesized
51 unsigned Regex::getNumMatches() const {
  /external/llvm/utils/FileCheck/
FileCheck.cpp 278 CurParen += R.getNumMatches();
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 49 milliseconds