Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7435 const ValueDecl *PrevDepDecl = nullptr; member in __anon5b04668f3411::__anon5b04668f3511::LoopCounterRefChecker
7465 (DepDecl || (PrevDepDecl && in checkDecl()
7466 getCanonicalDecl(VD) != getCanonicalDecl(PrevDepDecl)))) { in checkDecl()
7467 if (!DepDecl && PrevDepDecl) in checkDecl()
7468 DepDecl = PrevDepDecl; in checkDecl()
7508 const ValueDecl *PrevDepDecl = nullptr, in LoopCounterRefChecker() argument
7511 PrevDepDecl(PrevDepDecl), IsInitializer(IsInitializer), in LoopCounterRefChecker()