Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp200 size_t LongerLength = std::max(Arg.size(), Param.size()); in applySubstringHeuristic() local
206 std::size_t LongerLength = std::max(Arg.size(), Param.size()); in applyLevenshteinHeuristic() local