Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6699 const ValueDecl *PrevDepDecl = nullptr; member in __anonf152f9343211::__anonf152f9343311::LoopCounterRefChecker
6724 (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() argument
6769 PrevDepDecl(PrevDepDecl), IsInitializer(IsInitializer) {} in LoopCounterRefChecker()