Home
last modified time | relevance | path

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

/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()
/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp480 if (auto *DD = cast_or_null<DeclaratorDecl>(E->getIteratorDecl(I))) { in computeDependence()
H A DStmtProfile.cpp1490 VisitDecl(S->getIteratorDecl(I)); in VisitBinaryOperator()
H A DStmtPrinter.cpp1671 auto *VD = cast<ValueDecl>(Node->getIteratorDecl(I)); in VisitCompoundLiteralExpr()
H A DTextNodeDumper.cpp1870 Visit(Node->getIteratorDecl(I)); in VisitFunctionType()
H A DExpr.cpp5326 Decl *OMPIteratorExpr::getIteratorDecl(unsigned I) {
5226 Decl *OMPIteratorExpr::getIteratorDecl(unsigned I) { getIteratorDecl() function in OMPIteratorExpr
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp936 Record.AddDeclRef(E->getIteratorDecl(I)); in VisitOMPIteratorExpr()
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13152 auto *D = cast<VarDecl>(E->getIteratorDecl(I)); in TransformCXXTypeidExpr()
13197 getDerived().transformedLocalDecl(E->getIteratorDecl(I), in TransformCXXUuidofExpr()
13198 IE->getIteratorDecl(I));
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3485 const auto *VD = cast<VarDecl>(E->getIteratorDecl(I));