Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-loop-convert-basic.cpp638 void constRef(const dependent<int>& ConstVRef) { in constRef() argument
642 for (int I = 0; I < ConstVRef.size(); ++I) { in constRef()
643 sum += ConstVRef[I]; in constRef()
649 for (auto I = ConstVRef.begin(), E = ConstVRef.end(); I != E; ++I) { in constRef()