Searched refs:buildDeclRefExpr (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 1549 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty, in buildDeclRefExpr() function 1580 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin()); in addTaskgroupReductionData() 1605 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin()); in addTaskgroupReductionData() 1742 DVar.RefExpr = buildDeclRefExpr( in getTopDSA() 1758 DVar.RefExpr = buildDeclRefExpr( in getTopDSA() 1776 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA() 1795 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA() 2470 DeclRefExpr *VDPrivateRefExpr = buildDeclRefExpr( in isOpenMPCapturedDecl() 2884 PrivateCopies.push_back(buildDeclRefExpr( in EndOpenMPDSABlock() 4120 DeclRefExpr *DRE = buildDeclRefExpr( in visitSubCaptures() [all …]
|