Searched refs:ParentDeclName (Results 1 – 1 of 1) sorted by relevance
19 static constexpr llvm::StringLiteral ParentDeclName = "parent-decl"; variable33 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()