Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8215 const ValueDecl *PrevDepDecl = nullptr; member in __anon8e68b8fa3a11::__anon8e68b8fa3b11::LoopCounterRefChecker
8245 (DepDecl || (PrevDepDecl && in checkDecl()
8246 getCanonicalDecl(VD) != getCanonicalDecl(PrevDepDecl)))) { in checkDecl()
8247 if (!DepDecl && PrevDepDecl) in checkDecl()
8248 DepDecl = PrevDepDecl; in checkDecl()
8288 const ValueDecl *PrevDepDecl = nullptr, in LoopCounterRefChecker() argument
8291 PrevDepDecl(PrevDepDecl), IsInitializer(IsInitializer), in LoopCounterRefChecker()