Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp8064 const ValueDecl *PrevDepDecl = nullptr; member in __anon7e4ded5b3b11::__anon7e4ded5b3c11::LoopCounterRefChecker
8094 (DepDecl || (PrevDepDecl && in checkDecl()
8095 getCanonicalDecl(VD) != getCanonicalDecl(PrevDepDecl)))) { in checkDecl()
8096 if (!DepDecl && PrevDepDecl) in checkDecl()
8097 DepDecl = PrevDepDecl; in checkDecl()
8137 const ValueDecl *PrevDepDecl = nullptr, in LoopCounterRefChecker() argument
8140 PrevDepDecl(PrevDepDecl), IsInitializer(IsInitializer), in LoopCounterRefChecker()