Searched refs:getWildcardRegex (Results 1 – 2 of 2) sorted by relevance
91 Expected<std::string> getWildcardRegex() const;
48 Expected<std::string> ExpressionFormat::getWildcardRegex() const { in getWildcardRegex() function in ExpressionFormat971 WildcardRegexp = cantFail(Format.getWildcardRegex()); in parsePattern()