Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7449 const ValueDecl *CurLCDecl = nullptr; member in __anon4581b7f83411::__anon4581b7f83511::LoopCounterRefChecker
7456 if (getCanonicalDecl(VD) == getCanonicalDecl(CurLCDecl)) { in checkDecl()
7523 const ValueDecl *CurLCDecl, bool IsInitializer, in LoopCounterRefChecker() argument
7526 : SemaRef(SemaRef), Stack(Stack), CurLCDecl(CurLCDecl), in LoopCounterRefChecker()
7530 assert(CurLCDecl && "Expected loop dependency."); in getBaseLoopId()
7534 assert(CurLCDecl && "Expected loop dependency."); in getDepDecl()