Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp31 bool IsItemExcluded(llvm::StringRef Item, in IsItemExcluded() function
271 if (IsItemExcluded(TypeName, IncludeTypeFilters, ExcludeTypeFilters)) in IsTypeExcluded()
279 return IsItemExcluded(SymbolName, IncludeSymbolFilters, ExcludeSymbolFilters); in IsSymbolExcluded()
283 return IsItemExcluded(CompilandName, IncludeCompilandFilters, in IsCompilandExcluded()