Searched refs:buildDeclRefExpr (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 1416 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty, in buildDeclRefExpr() function 1448 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin()); in addTaskgroupReductionData() 1474 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin()); in addTaskgroupReductionData() 1612 DVar.RefExpr = buildDeclRefExpr( in getTopDSA() 1628 DVar.RefExpr = buildDeclRefExpr( in getTopDSA() 1647 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA() 1666 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA() 2647 PrivateCopies.push_back(buildDeclRefExpr( in EndOpenMPDSABlock() 3836 DeclRefExpr *DRE = buildDeclRefExpr( in visitSubCaptures() 4332 return buildDeclRefExpr(S, CD, CD->getType().getNonReferenceType(), in buildCapture() [all …]
|