Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h285 Decl *IteratorDecl = nullptr; member
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp5217 IDElem.IteratorDecl = VD; in ActOnOMPIteratorExpr()
5228 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
5323 VarDecl::Create(Context, CurContext, D.IteratorDecl->getBeginLoc(), in ActOnOMPIteratorExpr()
5324 D.IteratorDecl->getBeginLoc(), nullptr, in ActOnOMPIteratorExpr()
5329 D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
5351 BuildDeclRefExpr(cast<VarDecl>(D.IteratorDecl), in ActOnOMPIteratorExpr()
5352 cast<VarDecl>(D.IteratorDecl)->getType(), VK_LValue, in ActOnOMPIteratorExpr()
5353 D.IteratorDecl->getBeginLoc()); in ActOnOMPIteratorExpr()
5390 if (Decl *ID = D.IteratorDecl) in ActOnOMPIteratorExpr()
/external/llvm-project/clang/lib/AST/
DExpr.cpp4815 setIteratorDeclaration(I, D.IteratorDecl); in OMPIteratorExpr()