Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSearchFilter.h287 static FilterTy NameToFilterTy(llvm::StringRef name);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp59 SearchFilter::FilterTy SearchFilter::NameToFilterTy(llvm::StringRef name) { in NameToFilterTy() function in SearchFilter
100 FilterTy filter_type = NameToFilterTy(subclass_name); in CreateFromStructuredData()