Searched refs:buildDeclRefExpr (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 634 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 …]
|