Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp7451 const ValueDecl *PrevDepDecl = nullptr; member in __anond5e91e5c3411::__anond5e91e5c3511::LoopCounterRefChecker
7481 (DepDecl || (PrevDepDecl && in checkDecl()
7482 getCanonicalDecl(VD) != getCanonicalDecl(PrevDepDecl)))) { in checkDecl()
7483 if (!DepDecl && PrevDepDecl) in checkDecl()
7484 DepDecl = PrevDepDecl; in checkDecl()
7524 const ValueDecl *PrevDepDecl = nullptr, in LoopCounterRefChecker() argument
7527 PrevDepDecl(PrevDepDecl), IsInitializer(IsInitializer), in LoopCounterRefChecker()