Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7762 const ValueDecl *DepDecl = nullptr; member in __anon296aa5743911::OpenMPIterationSpaceChecker
7980 const ValueDecl *DepDecl = nullptr; member in __anon296aa5743911::__anon296aa5743a11::LoopCounterRefChecker
8011 (DepDecl || (PrevDepDecl && in checkDecl()
8013 if (!DepDecl && PrevDepDecl) in checkDecl()
8014 DepDecl = PrevDepDecl; in checkDecl()
8017 DepDecl->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl()
8025 DepDecl = VD; in checkDecl()
8065 return DepDecl; in getDepDecl()
8075 DepDecl, SupportsNonRectangular); in doesDependOnLoopCounter()
8077 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()