Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h41 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 DTypeCategory.h58 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 DDataVisualization.h72 static void ForEach(std::function<bool(const TypeMatcher &,
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h366 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 DASTMatchFinder.h157 void addMatcher(const TypeMatcher &NodeMatch,
215 std::vector<std::pair<TypeMatcher, MatchCallback *>> Type;
H A DASTMatchers.h145 using TypeMatcher = internal::Matcher<QualType>; variable
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp189 std::function<bool(const TypeMatcher &, const lldb::TypeSummaryImplSP &)> in ForEach() argument
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1088 &any_printed](const TypeMatcher &type_matcher, in DoExecute()
1646 [&result](const TypeMatcher &type_matcher, in FormatterSpecificList()