Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DForRangeCopyCheck.cpp69 if (handleConstValueCopy(*Var, *Result.Context)) in check()
75 bool ForRangeCopyCheck::handleConstValueCopy(const VarDecl &LoopVar, in handleConstValueCopy() function in clang::tidy::performance::ForRangeCopyCheck
H A DForRangeCopyCheck.h35 bool handleConstValueCopy(const VarDecl &LoopVar, ASTContext &Context);