Home | History | Annotate | Download | only in Support

Lines Matching defs:Category

104     StringRef Category = SplitRegexp.second;
109 Category = "init";
112 Category = "init";
115 Category = "init";
120 Entries[Prefix][Category].Strings.insert(Regexp);
140 if (!Regexps[Prefix][Category].empty())
141 Regexps[Prefix][Category] += "|";
142 Regexps[Prefix][Category] += "^" + Regexp + "$";
161 const StringRef Category) const {
164 StringMap<Entry>::const_iterator II = I->second.find(Category);