Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp110 CharSourceRange MoveRange = in check() local
113 Lexer::makeFileCharRange(MoveRange, SM, getLangOpts()); in check()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp736 TEST(STLExtras, MoveRange) { in TEST() argument