Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6480 const ValueDecl *DepDecl = nullptr; member in __anonf152f9343211::OpenMPIterationSpaceChecker
6698 const ValueDecl *DepDecl = nullptr; member in __anonf152f9343211::__anonf152f9343311::LoopCounterRefChecker
6724 (DepDecl || (PrevDepDecl && in checkDecl()
6726 if (!DepDecl && PrevDepDecl) in checkDecl()
6727 DepDecl = PrevDepDecl; in checkDecl()
6730 DepDecl->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl()
6738 DepDecl = VD; in checkDecl()
6776 return DepDecl; in getDepDecl()
6786 DepDecl); in doesDependOnLoopCounter()
6788 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()