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

  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 92 Expected<std::string> getWildcardRegex() const;
FileCheck.cpp 47 Expected<std::string> ExpressionFormat::getWildcardRegex() const {
133 // getWildcardRegex() above. Only underflow and overflow errors can thus
1120 MatchRegexp = cantFail(Format.getWildcardRegex());

Completed in 59 milliseconds