Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp20 static constexpr llvm::StringLiteral TagDeclName = "tag-decl"; variable
48 .bind(TagDeclName), in registerMatchers()
59 const auto *MatchedTagDecl = Result.Nodes.getNodeAs<TagDecl>(TagDeclName); in check()