HomeSort by: relevance | last modified time | path
    Searched defs:RegExStr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-extract/
llvm-extract.cpp 238 StringRef RegExStr = ExtractRegExpFuncs[i];
239 Regex RegEx(RegExStr);
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 387 /// Class representing a substitution to perform in the RegExStr string.
402 // Index in RegExStr of where to do the substitution.
415 /// \returns the index where the substitution is to be performed in RegExStr.
623 std::string RegExStr;
626 /// an expression in the RegExStr regex at match time. For example, in the
628 /// RegExStr will contain "foobaz" and we'll get two entries in this vector
634 /// their parenthesis group in RegExStr capturing their last definition.
637 /// RegExStr will be "foo(.*)baz(\1<quux value>(.*))" where <quux value> is
649 /// number of the parenthesis group in RegExStr to capture that value.
655 /// Number of the parenthesis group in RegExStr that captures the value o
    [all...]

Completed in 22 milliseconds