Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dqualified-auto.cpp146 void loopRef(std::vector<int> &Mutate, const std::vector<int> &Constant) { in loopRef() function
207 loopRef(Vec, Vec); in bar()