Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp35 std::list<llvm::Regex> &IncludeFilters, in IsItemExcluded() argument
44 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()