Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp27 const char DeclWithCastId[] = "decl_cast"; variable
234 .bind(DeclWithCastId); in makeDeclWithCastMatcher()
428 Result.Nodes.getNodeAs<DeclStmt>(DeclWithCastId)) { in check()