Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DGlobPattern.cpp21 static bool hasWildcard(StringRef S) { in hasWildcard() function
113 if (!hasWildcard(S)) { in create()
120 if (S.endswith("*") && !S.endswith("\\*") && !hasWildcard(S.drop_back())) { in create()
126 if (S.startswith("*") && !hasWildcard(S.drop_front())) { in create()