Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h285 Decl *IteratorDecl = nullptr; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5712 IDElem.IteratorDecl = VD; in ActOnOMPIteratorExpr()
5723 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
5818 VarDecl::Create(Context, CurContext, D.IteratorDecl->getBeginLoc(), in ActOnOMPIteratorExpr()
5819 D.IteratorDecl->getBeginLoc(), nullptr, in ActOnOMPIteratorExpr()
5824 D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
5846 BuildDeclRefExpr(cast<VarDecl>(D.IteratorDecl), in ActOnOMPIteratorExpr()
5847 cast<VarDecl>(D.IteratorDecl)->getType(), VK_LValue, in ActOnOMPIteratorExpr()
5848 D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
5885 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5195 setIteratorDeclaration(I, D.IteratorDecl); in OMPIteratorExpr()