Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h254 Decl *getIteratorDecl(unsigned I);
255 const Decl *getIteratorDecl(unsigned I) const { in getIteratorDecl() function
256 return const_cast<OMPIteratorExpr *>(this)->getIteratorDecl(I); in getIteratorDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp480 if (auto *DD = cast_or_null<DeclaratorDecl>(E->getIteratorDecl(I))) { in computeDependence()
H A DStmtProfile.cpp1499 VisitDecl(S->getIteratorDecl(I)); in VisitOMPIteratorExpr()
H A DStmtPrinter.cpp1722 auto *VD = cast<ValueDecl>(Node->getIteratorDecl(I)); in VisitOMPIteratorExpr()
H A DTextNodeDumper.cpp1917 Visit(Node->getIteratorDecl(I)); in VisitOMPIteratorExpr()
H A DExpr.cpp5319 Decl *OMPIteratorExpr::getIteratorDecl(unsigned I) { in getIteratorDecl() function in OMPIteratorExpr
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp935 Record.AddDeclRef(E->getIteratorDecl(I)); in VisitOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13349 auto *D = cast<VarDecl>(E->getIteratorDecl(I)); in TransformOMPIteratorExpr()
13394 getDerived().transformedLocalDecl(E->getIteratorDecl(I), in TransformOMPIteratorExpr()
13395 IE->getIteratorDecl(I)); in TransformOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3481 const auto *VD = cast<VarDecl>(E->getIteratorDecl(I)); in OMPIteratorGeneratorScope()