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.cpp478 if (auto *DD = cast_or_null<DeclaratorDecl>(E->getIteratorDecl(I))) { in computeDependence()
H A DStmtProfile.cpp1458 VisitDecl(S->getIteratorDecl(I)); in VisitOMPIteratorExpr()
H A DStmtPrinter.cpp1584 auto *VD = cast<ValueDecl>(Node->getIteratorDecl(I)); in VisitOMPIteratorExpr()
H A DTextNodeDumper.cpp1764 Visit(Node->getIteratorDecl(I)); in VisitOMPIteratorExpr()
H A DExpr.cpp5226 Decl *OMPIteratorExpr::getIteratorDecl(unsigned I) { in getIteratorDecl() function in OMPIteratorExpr
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp919 Record.AddDeclRef(E->getIteratorDecl(I)); in VisitOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12231 auto *D = cast<VarDecl>(E->getIteratorDecl(I)); in TransformOMPIteratorExpr()
12276 getDerived().transformedLocalDecl(E->getIteratorDecl(I), in TransformOMPIteratorExpr()
12277 IE->getIteratorDecl(I)); in TransformOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3505 const auto *VD = cast<VarDecl>(E->getIteratorDecl(I)); in OMPIteratorGeneratorScope()