Searched defs:PatternList (Results 1 – 2 of 2) sorted by relevance
327 PatternList::PatternList() { in PatternList() function in PatternList
190 struct PatternList { struct191 std::vector<GlobPattern> Patterns;192 template <class T> void init(const T &StringList) { in init()197 bool match(StringRef S) { in match()