Home
last modified time | relevance | path

Searched defs:TypeMatcher (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h79 TypeMatcher(ConstString type_name) in TypeMatcher() function
82 TypeMatcher(RegularExpression regex) in TypeMatcher() function
87 TypeMatcher(lldb::TypeNameSpecifierImplSP type_specifier) in TypeMatcher() function
H A DTypeCategory.h149 void ForEach(std::function<bool(const TypeMatcher &, in ForEach()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp189 std::function<bool(const TypeMatcher &, const lldb::TypeSummaryImplSP &)> in ForEach()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h145 using TypeMatcher = internal::Matcher<QualType>; variable