Home
last modified time | relevance | path

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

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