Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h285 Decl *IteratorDecl = nullptr; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5288 IDElem.IteratorDecl = VD; in ActOnOMPIteratorExpr()
5299 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
5394 VarDecl::Create(Context, CurContext, D.IteratorDecl->getBeginLoc(), in ActOnOMPIteratorExpr()
5395 D.IteratorDecl->getBeginLoc(), nullptr, in ActOnOMPIteratorExpr()
5400 D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
5422 BuildDeclRefExpr(cast<VarDecl>(D.IteratorDecl), in ActOnOMPIteratorExpr()
5423 cast<VarDecl>(D.IteratorDecl)->getType(), VK_LValue, in ActOnOMPIteratorExpr()
5424 D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
5461 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4962 setIteratorDeclaration(I, D.IteratorDecl); in OMPIteratorExpr()