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