Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp24 std::list<llvm::Regex> &IncludeFilters, in IsItemExcluded() argument
33 if (!IncludeFilters.empty() && !any_of(IncludeFilters, match_pred)) in IsItemExcluded()