Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h79 TypeMatcher(ConstString type_name) in TypeMatcher() function
82 TypeMatcher(RegularExpression regex) in TypeMatcher() function
87 TypeMatcher(lldb::TypeNameSpecifierImplSP type_specifier) in TypeMatcher() function
[all...]
H A DTypeCategory.h149 void ForEach(std::function<bool(const TypeMatcher &, in ForEach()
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DMatchers.h41 AST_MATCHER_FUNCTION(ast_matchers::TypeMatcher, isReferenceToConst) { in AST_MATCHER_FUNCTION() argument
47 AST_MATCHER_FUNCTION(ast_matchers::TypeMatcher, isPointerToConst) { in AST_MATCHER_FUNCTION() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp55 AST_MATCHER_P(TemplateTypeParmDecl,hasDefaultArgument,clang::ast_matchers::internal::Matcher<QualType>,TypeMatcher) AST_MATCHER_P() argument
/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp189 std::function<bool(const TypeMatcher &, const lldb::TypeSummaryImplSP &)> in ForEach()
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp89 const ast_matchers::internal::Matcher<QualType> &TypeMatcher) { in hasTypeOrPointeeType()
/llvm-project/clang/unittests/Tooling/
H A DTransformerTest.cpp69 isOrPointsTo(const clang::ast_matchers::DeclarationMatcher &TypeMatcher) { in isOrPointsTo()
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp149 TEST(TypeMatcher, MatchesClassType) { in TEST() argument
172 TEST(TypeMatcher, MatchesDeclTypes) { in TEST() argument
[all...]
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h145 using TypeMatcher = internal::Matcher<QualType>; variable