Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8023 const ValueDecl *CurLCDecl = nullptr; member in __anon1dd12e443f11::__anon1dd12e444011::LoopCounterRefChecker
8030 if (getCanonicalDecl(VD) == getCanonicalDecl(CurLCDecl)) { in checkDecl()
8097 const ValueDecl *CurLCDecl, bool IsInitializer, in LoopCounterRefChecker() argument
8100 : SemaRef(SemaRef), Stack(Stack), CurLCDecl(CurLCDecl), in LoopCounterRefChecker()
8104 assert(CurLCDecl && "Expected loop dependency."); in getBaseLoopId()
8108 assert(CurLCDecl && "Expected loop dependency."); in getDepDecl()