Searched refs:UseGlobs (Results 1 – 2 of 2) sorted by relevance
29 bool UseGlobs) { in insert() argument33 (UseGlobs ? "glob" : "regex") + " was blank"); in insert()35 if (!UseGlobs) { in insert()134 unsigned LineNo, bool UseGlobs) { in addSection() argument138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) { in addSection()161 bool UseGlobs = !MB->getBuffer().starts_with("#!special-case-list-v1\n"); in parse() local180 UseGlobs) in parse()198 if (auto Err = Entry.insert(Pattern, LineNo, UseGlobs)) { in parse()200 (Twine("malformed ") + (UseGlobs ? "glob" : "regex") + " in line " + in parse()
160 bool UseGlobs = true);