Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8019 const ValueDecl *CurLCDecl = nullptr; member in __anon95b22cd93c11::__anon95b22cd93d11::LoopCounterRefChecker
8026 if (getCanonicalDecl(VD) == getCanonicalDecl(CurLCDecl)) { in checkDecl()
8093 const ValueDecl *CurLCDecl, bool IsInitializer, in LoopCounterRefChecker() argument
8096 : SemaRef(SemaRef), Stack(Stack), CurLCDecl(CurLCDecl), in LoopCounterRefChecker()
8100 assert(CurLCDecl && "Expected loop dependency."); in getBaseLoopId()
8104 assert(CurLCDecl && "Expected loop dependency."); in getDepDecl()