Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8021 const ValueDecl *PrevDepDecl = nullptr; member in __anon1dd12e443c11::__anon1dd12e443d11::LoopCounterRefChecker
8051 (DepDecl || (PrevDepDecl && in checkDecl()
8052 getCanonicalDecl(VD) != getCanonicalDecl(PrevDepDecl)))) { in checkDecl()
8053 if (!DepDecl && PrevDepDecl) in checkDecl()
8054 DepDecl = PrevDepDecl; in checkDecl()
8094 const ValueDecl *PrevDepDecl = nullptr, in LoopCounterRefChecker() argument
8097 PrevDepDecl(PrevDepDecl), IsInitializer(IsInitializer), in LoopCounterRefChecker()