Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7997 const ValueDecl *DepDecl = nullptr; member in __anon8e68b8fa3a11::OpenMPIterationSpaceChecker
8214 const ValueDecl *DepDecl = nullptr; member in __anon8e68b8fa3a11::__anon8e68b8fa3b11::LoopCounterRefChecker
8245 (DepDecl || (PrevDepDecl && in checkDecl()
8247 if (!DepDecl && PrevDepDecl) in checkDecl()
8248 DepDecl = PrevDepDecl; in checkDecl()
8251 DepDecl->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl()
8259 DepDecl = VD; in checkDecl()
8299 return DepDecl; in getDepDecl()
8309 DepDecl, SupportsNonRectangular); in doesDependOnLoopCounter()
8311 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()