Searched defs:Globs (Results 1 – 3 of 3) sorted by relevance
46 GlobList::GlobList(StringRef Globs, bool KeepNegativeGlobs /* =true */) { in GlobList()
483 GlobList Globs(CheckGlob); verifyChecks() local
491 assert(!Globs.empty() && "Globs cannot be empty!"); in convertGlobsToRegex() argument