Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp214 llvm::SmallPtrSet<const DeclRefExpr *, 16> AllVarRefs = in check() local
217 for (const auto *Ref : AllVarRefs) { in check()