Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSDictionary.h68 typedef Matcher::UP MatcherUP; typedef
70 MatcherUP GetFullMatch(ConstString n) { return std::make_unique<Full>(n); } in GetFullMatch()
72 MatcherUP GetPrefixMatch(ConstString p) { in GetPrefixMatch()
79 std::pair<AdditionalFormatterMatching::MatcherUP, FormatterType>;