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.cpp24605 IDElem.IteratorDecl = VD; in ActOnOMPIteratorExpr()
24616 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
24714 D.IteratorDecl->getBeginLoc(), in ActOnOMPIteratorExpr()
24715 D.IteratorDecl->getBeginLoc(), nullptr, in ActOnOMPIteratorExpr()
24720 D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
24742 SemaRef.BuildDeclRefExpr(cast<VarDecl>(D.IteratorDecl), in ActOnOMPIteratorExpr()
24743 cast<VarDecl>(D.IteratorDecl)->getType(), in ActOnOMPIteratorExpr()
24744 VK_LValue, D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
24781 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5379 setIteratorDeclaration(I, D.IteratorDecl); in OMPIteratorExpr()