Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGlobPattern.h69 return SubGlobs[0].getPat() == "*"; in isTrivialMatchAll()
80 StringRef getPat() const { return StringRef(Pat.data(), Pat.size()); } in getPat() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp249 return getPat().find_first_not_of('*', P - Pat.data()) == std::string::npos; in match()