Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6697 const ValueDecl *CurLCDecl = nullptr; member in __anonf152f9343211::__anonf152f9343311::LoopCounterRefChecker
6703 if (getCanonicalDecl(VD) == getCanonicalDecl(CurLCDecl)) { in checkDecl()
6766 const ValueDecl *CurLCDecl, bool IsInitializer, in LoopCounterRefChecker() argument
6768 : SemaRef(SemaRef), Stack(Stack), CurLCDecl(CurLCDecl), in LoopCounterRefChecker()
6771 assert(CurLCDecl && "Expected loop dependency."); in getBaseLoopId()
6775 assert(CurLCDecl && "Expected loop dependency."); in getDepDecl()