Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7804 const ValueDecl *DepDecl = nullptr; member in __anon1dd12e443f11::OpenMPIterationSpaceChecker
8024 const ValueDecl *DepDecl = nullptr; member in __anon1dd12e443f11::__anon1dd12e444011::LoopCounterRefChecker
8055 (DepDecl || (PrevDepDecl && in checkDecl()
8057 if (!DepDecl && PrevDepDecl) in checkDecl()
8058 DepDecl = PrevDepDecl; in checkDecl()
8061 DepDecl->getNameForDiagnostic(OS, SemaRef.getPrintingPolicy(), in checkDecl()
8069 DepDecl = VD; in checkDecl()
8109 return DepDecl; in getDepDecl()
8119 DepDecl, SupportsNonRectangular); in doesDependOnLoopCounter()
8121 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()