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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp574 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty, function
597 addDSA(D, buildDeclRefExpr(SemaRef, D, D->getType().getNonReferenceType(),
969 PrivateCopies.push_back(buildDeclRefExpr(
1134 ExprResult DE = buildDeclRefExpr(*this, VD, ExprType, Id.getLoc());
3411 return buildDeclRefExpr(SemaRef, Var, Var->getType().getNonReferenceType(),
3423 return buildDeclRefExpr(SemaRef, PrivateVar, Type, DefaultLoc);
3905 ExprResult SaveRef = buildDeclRefExpr(
3928 LB = buildDeclRefExpr(SemaRef, LBDecl, VType, InitLoc);
3935 UB = buildDeclRefExpr(SemaRef, UBDecl, VType, InitLoc);
3944 IL = buildDeclRefExpr(SemaRe
[all...]

Completed in 64 milliseconds