Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7216 const ValueDecl *DepDecl = nullptr; member in __anon5b04668f3411::OpenMPIterationSpaceChecker
7434 const ValueDecl *DepDecl = nullptr; member in __anon5b04668f3411::__anon5b04668f3511::LoopCounterRefChecker
7465 (DepDecl || (PrevDepDecl && in checkDecl()
7467 if (!DepDecl && PrevDepDecl) in checkDecl()
7468 DepDecl = PrevDepDecl; in checkDecl()
7471 DepDecl->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl()
7479 DepDecl = VD; in checkDecl()
7519 return DepDecl; in getDepDecl()
7529 DepDecl, SupportsNonRectangular); in doesDependOnLoopCounter()
7531 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()