Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DMatchers.h41 AST_MATCHER_FUNCTION(ast_matchers::TypeMatcher, isReferenceToConst) { in AST_MATCHER_FUNCTION()
47 AST_MATCHER_FUNCTION(ast_matchers::TypeMatcher, isPointerToConst) { in AST_MATCHER_FUNCTION()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h73 TypeMatcher(ConstString type_name) in TypeMatcher() function
76 TypeMatcher(RegularExpression regex) in TypeMatcher() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp56 clang::ast_matchers::internal::Matcher<QualType>, TypeMatcher) { in AST_MATCHER_P() argument
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDataVisualization.cpp189 std::function<bool(const TypeMatcher &, const lldb::TypeSummaryImplSP &)> in ForEach()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp148 TEST(TypeMatcher, MatchesClassType) { in TEST() argument
171 TEST(TypeMatcher, MatchesDeclTypes) { in TEST() argument
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTransformerTest.cpp68 isOrPointsTo(const clang::ast_matchers::DeclarationMatcher &TypeMatcher) { in isOrPointsTo()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h143 using TypeMatcher = internal::Matcher<QualType>; variable