Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp374 bool EndIsArrow = false; in findContainer() local
381 EndExpr, /*IsBegin=*/false, &EndIsArrow, IsReverse); in findContainer()
384 if (!EndContainerExpr || BeginIsArrow != EndIsArrow || in findContainer()