Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp465 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty, in buildDeclRefExpr() function
488 addDSA(D, buildDeclRefExpr(SemaRef, D, D->getType().getNonReferenceType(), in getTopDSA()
732 PrivateCopies.push_back(buildDeclRefExpr( in EndOpenMPDSABlock()
897 ExprResult DE = buildDeclRefExpr(*this, VD, ExprType, Id.getLoc()); in ActOnOpenMPIdExpression()
2805 return buildDeclRefExpr(SemaRef, Var, Var->getType(), DefaultLoc); in BuildCounterVar()
3238 ExprResult SaveRef = buildDeclRefExpr( in CheckOpenMPLoop()
3260 LB = buildDeclRefExpr(SemaRef, LBDecl, VType, InitLoc); in CheckOpenMPLoop()
3267 UB = buildDeclRefExpr(SemaRef, UBDecl, VType, InitLoc); in CheckOpenMPLoop()
3276 IL = buildDeclRefExpr(SemaRef, ILDecl, Int32Ty, InitLoc); in CheckOpenMPLoop()
3283 ST = buildDeclRefExpr(SemaRef, STDecl, VType, InitLoc); in CheckOpenMPLoop()
[all …]