Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DContainerDataPointerCheck.cpp20 constexpr llvm::StringLiteral ContainerExprName = "container-expr"; variable
53 .bind(ContainerExprName), in registerMatchers()
58 .bind(ContainerExprName), in registerMatchers()
61 .bind(ContainerExprName)); in registerMatchers()
83 const auto *CE = Result.Nodes.getNodeAs<Expr>(ContainerExprName); in check()