Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp304 static const Expr *getContainerFromBeginEndCall(const Expr *Init, bool IsBegin, in getContainerFromBeginEndCall() function
344 const Expr *BeginContainerExpr = getContainerFromBeginEndCall( in findContainer()
349 const Expr *EndContainerExpr = getContainerFromBeginEndCall( in findContainer()