Searched refs:TypeMatcher (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormattersContainer.h | 41 class TypeMatcher { 77 TypeMatcher() = delete; 79 TypeMatcher(ConstString type_name) in TypeMatcher() function 82 TypeMatcher(RegularExpression regex) in TypeMatcher() function 87 TypeMatcher(lldb::TypeNameSpecifierImplSP type_specifier) in TypeMatcher() function 136 bool CreatedBySameMatchString(TypeMatcher other) const { in CreatedBySameMatchString() 144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; 145 typedef std::function<bool(const TypeMatcher &, const ValueSP &)> 154 void Add(TypeMatcher matcher, const ValueSP &entry) { in Add() 167 bool Delete(TypeMatcher matcher) { in Delete() [all …]
|
H A D | TypeCategory.h | 58 m_subcontainers[type_sp->GetMatchType()]->Add(TypeMatcher(type_sp), in Add() 65 TypeMatcher(type_sp)); in Delete() 149 void ForEach(std::function<bool(const TypeMatcher &, in ForEach() argument 188 std::function<bool(const TypeMatcher &, const std::shared_ptr<T> &)>
|
H A D | DataVisualization.h | 72 static void ForEach(std::function<bool(const TypeMatcher &,
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersMacros.h | 366 template <typename T> struct TypeMatcher##MatcherName##Getter { \ 373 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \ 380 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \ 393 template <typename T> struct TypeMatcher##MatcherName##Getter { \ 399 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \
|
H A D | ASTMatchFinder.h | 157 void addMatcher(const TypeMatcher &NodeMatch, 215 std::vector<std::pair<TypeMatcher, MatchCallback *>> Type;
|
H A D | ASTMatchers.h | 145 using TypeMatcher = internal::Matcher<QualType>; variable
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | DataVisualization.cpp | 189 std::function<bool(const TypeMatcher &, const lldb::TypeSummaryImplSP &)> in ForEach() argument
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 1088 &any_printed](const TypeMatcher &type_matcher, in DoExecute() 1646 [&result](const TypeMatcher &type_matcher, in FormatterSpecificList()
|