Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp342 bool BeginIsArrow = false; in findContainer() local
345 BeginExpr, /*IsBegin=*/true, &BeginIsArrow, IsReverse); in findContainer()
353 if (!EndContainerExpr || BeginIsArrow != EndIsArrow || in findContainer()
357 *ContainerNeedsDereference = BeginIsArrow; in findContainer()