Home
last modified time | relevance | path

Searched defs:DeclMatcher (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp22 AST_MATCHER_P(DeducedTemplateSpecializationType,refsToTemplatedDecl,clang::ast_matchers::internal::Matcher<NamedDecl>,DeclMatcher) AST_MATCHER_P() argument
47 auto DeclMatcher = hasDeclaration(namedDecl().bind("used")); registerMatchers() local
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DPreferMemberInitializerCheck.cpp87 const bool HasDependence = !match(expr(anyOf(MemberMatcher, DeclMatcher, in updateAssignmentLevel() local
/llvm-project/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp421 auto DeclMatcher = namedDecl( in registerMatchers() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1852 class DeclMatcher : public EvaluatedExprVisitor<DeclMatcher> { global() class
1859 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : DeclMatcher() function in __anon86ccc4100d11::DeclMatcher