Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h161 Decl *IteratorDecl = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp23622 IDElem.IteratorDecl = VD; in ActOnOMPIteratorExpr()
23633 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
23731 D.IteratorDecl->getBeginLoc(), in ActOnOMPIteratorExpr()
23732 D.IteratorDecl->getBeginLoc(), nullptr, in ActOnOMPIteratorExpr()
23737 D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
23759 SemaRef.BuildDeclRefExpr(cast<VarDecl>(D.IteratorDecl), in ActOnOMPIteratorExpr()
23760 cast<VarDecl>(D.IteratorDecl)->getType(), in ActOnOMPIteratorExpr()
23761 VK_LValue, D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
23798 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5286 setIteratorDeclaration(I, D.IteratorDecl); in OMPIteratorExpr()