Searched refs:buildDeclRefExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 1550 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty, in buildDeclRefExpr() function 1581 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin()); in addTaskgroupReductionData() 1606 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin()); in addTaskgroupReductionData() 1743 DVar.RefExpr = buildDeclRefExpr( in getTopDSA() 1759 DVar.RefExpr = buildDeclRefExpr( in getTopDSA() 1777 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA() 1796 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA() 2477 DeclRefExpr *VDPrivateRefExpr = buildDeclRefExpr( in isOpenMPCapturedDecl() 2899 PrivateCopies.push_back(buildDeclRefExpr( in EndOpenMPDSABlock() 4192 DeclRefExpr *DRE = buildDeclRefExpr( in visitSubCaptures() [all …]
|