Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTransformerTest.cpp1188 std::string BrokenForLoop = "for (auto i :.cbegin() c)"; in TEST_F() local
1201 CodePrefix + BeginCallAfter + BrokenForLoop + CodeSuffix; in TEST_F()