Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp155 StringRef Longer = Arg.size() >= Param.size() ? Arg : Param; in applyPrefixHeuristic() local
167 StringRef Longer = Arg.size() >= Param.size() ? Arg : Param; in applySuffixHeuristic() local
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp1444 TEST_F(ApplyAtomicChangesTest,Longer) TEST_F() argument