Home
last modified time | relevance | path

Searched refs:Globs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp65 Globs.push_back(std::move(Glob)); in insert()
70 for (const auto &Glob : reverse(Globs)) in match()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h140 std::vector<std::unique_ptr<Matcher::Glob>> Globs; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp555 for (const auto &Glob : DiagSectionMatcher->Globs) in processSections()
631 for (const auto &Glob : Matcher.Globs) { in globsMatches()