Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp19 static constexpr llvm::StringLiteral ParentDeclName = "parent-decl"; variable
33 hasParent(decl().bind(ParentDeclName))) in registerMatchers()
43 hasParent(decl().bind(ParentDeclName))), in registerMatchers()
47 hasParent(decl().bind(ParentDeclName))))))) in registerMatchers()
53 const auto *ParentDecl = Result.Nodes.getNodeAs<Decl>(ParentDeclName); in check()