Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7846 const ValueDecl *DepDecl = nullptr; member in __anon7e4ded5b3b11::OpenMPIterationSpaceChecker
8063 const ValueDecl *DepDecl = nullptr; member in __anon7e4ded5b3b11::__anon7e4ded5b3c11::LoopCounterRefChecker
8094 (DepDecl || (PrevDepDecl && in checkDecl()
8096 if (!DepDecl && PrevDepDecl) in checkDecl()
8097 DepDecl = PrevDepDecl; in checkDecl()
8100 DepDecl->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl()
8108 DepDecl = VD; in checkDecl()
8148 return DepDecl; in getDepDecl()
8158 DepDecl, SupportsNonRectangular); in doesDependOnLoopCounter()
8160 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()