Searched refs:PrevDepDecl (Results 1 – 1 of 1) sorted by relevance
6699 const ValueDecl *PrevDepDecl = nullptr; member in __anonf152f9343211::__anonf152f9343311::LoopCounterRefChecker6724 (DepDecl || (PrevDepDecl && in checkDecl()6725 getCanonicalDecl(VD) != getCanonicalDecl(PrevDepDecl)))) { in checkDecl()6726 if (!DepDecl && PrevDepDecl) in checkDecl()6727 DepDecl = PrevDepDecl; in checkDecl()6767 const ValueDecl *PrevDepDecl = nullptr) in LoopCounterRefChecker() argument6769 PrevDepDecl(PrevDepDecl), IsInitializer(IsInitializer) {} in LoopCounterRefChecker()