Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp59 SetFilters(ExcludeCompilandFilters, opts::pretty::ExcludeCompilands.begin(), in LinePrinter()
284 ExcludeCompilandFilters); in IsCompilandExcluded()
H A DLinePrinter.h86 std::list<Regex> ExcludeCompilandFilters; variable