Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/
H A DExprMutationAnalyzerTest.cpp80 std::string removeSpace(std::string s) { in removeSpace() function
1209 ElementsAre(ResultOf(removeSpace, "[&](){x=10;}"))); in TEST()
1217 ElementsAre(ResultOf(removeSpace, "[&x](){x=10;}"))); in TEST()