Home | History | Annotate | Download | only in Support

Lines Matching refs:StringRef

44   bool match(StringRef Query) const {
52 const StringRef Path, std::string &Error) {
72 SpecialCaseList *SpecialCaseList::createOrDie(const StringRef Path) {
81 SmallVector<StringRef, 16> Lines;
87 for (SmallVectorImpl<StringRef>::iterator I = Lines.begin(), E = Lines.end();
93 std::pair<StringRef, StringRef> SplitLine = I->split(":");
94 StringRef Prefix = SplitLine.first;
102 std::pair<StringRef, StringRef> SplitRegexp = SplitLine.second.split("=");
104 StringRef Category = SplitRegexp.second;
160 bool SpecialCaseList::inSection(const StringRef Section, const StringRef Query,
161 const StringRef Category) const {