Searched refs:buildDeclRefExpr (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 1574 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty, in buildDeclRefExpr() function 1605 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin()); in addTaskgroupReductionData() 1630 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin()); in addTaskgroupReductionData() 1767 DVar.RefExpr = buildDeclRefExpr( in getTopDSA() 1783 DVar.RefExpr = buildDeclRefExpr( in getTopDSA() 1801 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA() 1820 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA() 2501 DeclRefExpr *VDPrivateRefExpr = buildDeclRefExpr( in isOpenMPCapturedDecl() 2919 PrivateCopies.push_back(buildDeclRefExpr( in EndOpenMPDSABlock() 4187 DeclRefExpr *DRE = buildDeclRefExpr( in visitSubCaptures() [all …]
|