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.cpp8025 const ValueDecl *PrevDepDecl = nullptr; member in __anon1dd12e443f11::__anon1dd12e444011::LoopCounterRefChecker
8055 (DepDecl || (PrevDepDecl && in checkDecl()
8056 getCanonicalDecl(VD) != getCanonicalDecl(PrevDepDecl)))) { in checkDecl()
8057 if (!DepDecl && PrevDepDecl) in checkDecl()
8058 DepDecl = PrevDepDecl; in checkDecl()
8098 const ValueDecl *PrevDepDecl = nullptr, in LoopCounterRefChecker() argument
8101 PrevDepDecl(PrevDepDecl), IsInitializer(IsInitializer), in LoopCounterRefChecker()