Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp820 const auto *BeginCall = Nodes.getNodeAs<CXXMemberCallExpr>(BeginCallName); in isConvertible() local
821 assert(BeginCall && "Bad Callback. No begin call expression"); in isConvertible()
823 BeginCall->getMethodDecl()->getReturnType().getCanonicalType(); in isConvertible()