Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7803 const ValueDecl *DepDecl = nullptr; member in __anon95b22cd93c11::OpenMPIterationSpaceChecker
8020 const ValueDecl *DepDecl = nullptr; member in __anon95b22cd93c11::__anon95b22cd93d11::LoopCounterRefChecker
8051 (DepDecl || (PrevDepDecl && in checkDecl()
8053 if (!DepDecl && PrevDepDecl) in checkDecl()
8054 DepDecl = PrevDepDecl; in checkDecl()
8057 DepDecl->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl()
8065 DepDecl = VD; in checkDecl()
8105 return DepDecl; in getDepDecl()
8115 DepDecl, SupportsNonRectangular); in doesDependOnLoopCounter()
8117 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()