Home
last modified time | relevance | path

Searched refs:getWildcardRegex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h91 Expected<std::string> getWildcardRegex() const;
H A DFileCheck.cpp48 Expected<std::string> ExpressionFormat::getWildcardRegex() const { in getWildcardRegex() function in ExpressionFormat
971 WildcardRegexp = cantFail(Format.getWildcardRegex()); in parsePattern()