Home
last modified time | relevance | path

Searched defs:RangeLoop (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp190 const auto *RangeLoop = in check() local
/llvm-project/clang/unittests/Tooling/
H A DTransformerTest.cpp1256 auto RangeLoop = "for (auto i : boost::irange(5))"; in TEST_F() local
1328 auto RangeLoop = "for (auto i : boost::irange(5))"; in TEST_F() local
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DAddConstTest.cpp794 TEST(Macro, RangeLoop) { in TEST() argument