Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp65 static const char BeginCallName[] = "beginCall"; variable
155 .bind(BeginCallName); in makeIteratorLoopMatcher()
820 const auto *BeginCall = Nodes.getNodeAs<CXXMemberCallExpr>(BeginCallName); in isConvertible()