Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7981 const ValueDecl *PrevDepDecl = nullptr; member in __anon296aa5743911::__anon296aa5743a11::LoopCounterRefChecker
8011 (DepDecl || (PrevDepDecl && in checkDecl()
8012 getCanonicalDecl(VD) != getCanonicalDecl(PrevDepDecl)))) { in checkDecl()
8013 if (!DepDecl && PrevDepDecl) in checkDecl()
8014 DepDecl = PrevDepDecl; in checkDecl()
8054 const ValueDecl *PrevDepDecl = nullptr, in LoopCounterRefChecker() argument
8057 PrevDepDecl(PrevDepDecl), IsInitializer(IsInitializer), in LoopCounterRefChecker()