Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp525 const ValueDecl *getParentLoopControlVariable(unsigned I) const;
1447 const ValueDecl *DSAStackTy::getParentLoopControlVariable(unsigned I) const { in getParentLoopControlVariable() function in DSAStackTy
20349 DSAStack->getParentLoopControlVariable(DepCounter.getZExtValue()); in ActOnOpenMPDependClause()
20455 DSAStack->getParentLoopControlVariable(VarList.size() + 1)) { in ActOnOpenMPDependClause()
20457 << 1 << DSAStack->getParentLoopControlVariable(VarList.size() + 1); in ActOnOpenMPDependClause()