Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dfaster-string-find.cpp106 std::wstring_view WStrView; in StringFind() local
108 WStrView.find(L"n"); in StringFind()
111 WStrView.find(L"\x3A9"); in StringFind()