Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h285 Decl *IteratorDecl = nullptr; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5251 IDElem.IteratorDecl = VD; in ActOnOMPIteratorExpr()
5262 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
5357 VarDecl::Create(Context, CurContext, D.IteratorDecl->getBeginLoc(), in ActOnOMPIteratorExpr()
5358 D.IteratorDecl->getBeginLoc(), nullptr, in ActOnOMPIteratorExpr()
5363 D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
5385 BuildDeclRefExpr(cast<VarDecl>(D.IteratorDecl), in ActOnOMPIteratorExpr()
5386 cast<VarDecl>(D.IteratorDecl)->getType(), VK_LValue, in ActOnOMPIteratorExpr()
5387 D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
5424 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4891 setIteratorDeclaration(I, D.IteratorDecl); in OMPIteratorExpr()