Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 &,
/openbsd-src/gnu/llvm/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.h144 using TypeMatcher = internal::Matcher<QualType>; variable
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DDataVisualization.cpp189 std::function<bool(const TypeMatcher &, const lldb::TypeSummaryImplSP &)> in ForEach() argument
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp1084 &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 DASTMatchFinder.cpp1575 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher()