Searched refs:TypeMatcher (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/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 &,
|
| /openbsd-src/gnu/llvm/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 | 144 using TypeMatcher = internal::Matcher<QualType>; variable
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | DataVisualization.cpp | 189 std::function<bool(const TypeMatcher &, const lldb::TypeSummaryImplSP &)> in ForEach() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 1084 &any_printed](const TypeMatcher &type_matcher, in DoExecute() 1652 [&result](const TypeMatcher &type_matcher, in FormatterSpecificList()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1575 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher()
|