Home
last modified time | relevance | path

Searched refs:buildDeclRefExpr (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp634 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty, in buildDeclRefExpr() function
658 addDSA(D, buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA()
1090 PrivateCopies.push_back(buildDeclRefExpr( in EndOpenMPDSABlock()
1760 return buildDeclRefExpr(S, CD, CD->getType().getNonReferenceType(), in buildCapture()
1769 Ref = buildDeclRefExpr(S, CD, CD->getType().getNonReferenceType(), in buildCapture()
4521 auto *Ref = buildDeclRefExpr( in BuildCounterVar()
4530 return buildDeclRefExpr(SemaRef, VD, VD->getType().getNonReferenceType(), in BuildCounterVar()
4542 return buildDeclRefExpr(SemaRef, PrivateVar, Type, DefaultLoc); in BuildPrivateCounterVar()
5119 LB = buildDeclRefExpr(SemaRef, LBDecl, VType, InitLoc); in CheckOpenMPLoop()
5126 UB = buildDeclRefExpr(SemaRef, UBDecl, VType, InitLoc); in CheckOpenMPLoop()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp1415 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty, in buildDeclRefExpr() function
1447 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin()); in addTaskgroupReductionData()
1473 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin()); in addTaskgroupReductionData()
1611 DVar.RefExpr = buildDeclRefExpr( in getTopDSA()
1627 DVar.RefExpr = buildDeclRefExpr( in getTopDSA()
1646 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA()
1665 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), in getTopDSA()
2631 PrivateCopies.push_back(buildDeclRefExpr( in EndOpenMPDSABlock()
3727 DeclRefExpr *DRE = buildDeclRefExpr( in visitSubCaptures()
4215 return buildDeclRefExpr(S, CD, CD->getType().getNonReferenceType(), in buildCapture()
[all …]