Searched refs:buildDeclRefExpr (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 547 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty, in buildDeclRefExpr() function 570 addDSA(D, buildDeclRefExpr(SemaRef, D, D->getType().getNonReferenceType(), in getTopDSA() 941 PrivateCopies.push_back(buildDeclRefExpr( in EndOpenMPDSABlock() 1106 ExprResult DE = buildDeclRefExpr(*this, VD, ExprType, Id.getLoc()); in ActOnOpenMPIdExpression() 3317 return buildDeclRefExpr(SemaRef, Var, Var->getType().getNonReferenceType(), in BuildCounterVar() 3329 return buildDeclRefExpr(SemaRef, PrivateVar, Type, DefaultLoc); in BuildPrivateCounterVar() 3802 ExprResult SaveRef = buildDeclRefExpr( in CheckOpenMPLoop() 3825 LB = buildDeclRefExpr(SemaRef, LBDecl, VType, InitLoc); in CheckOpenMPLoop() 3832 UB = buildDeclRefExpr(SemaRef, UBDecl, VType, InitLoc); in CheckOpenMPLoop() 3841 IL = buildDeclRefExpr(SemaRef, ILDecl, Int32Ty, InitLoc); in CheckOpenMPLoop() [all …]
|