Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp33 std::list<llvm::Regex> &IncludeFilters, in IsItemExcluded() argument
42 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()