Home | History | Annotate | Download | only in Sema

Lines Matching refs:BuildDeclRefExpr

776   ExprResult DE = BuildDeclRefExpr(VD, ExprType, VK_LValue, Id.getLoc());
2750 ExprResult SaveRef = SemaRef.BuildDeclRefExpr(
2777 LB = SemaRef.BuildDeclRefExpr(LBDecl, VType, VK_LValue, InitLoc);
2784 UB = SemaRef.BuildDeclRefExpr(UBDecl, VType, VK_LValue, InitLoc);
2793 IL = SemaRef.BuildDeclRefExpr(ILDecl, Int32Ty, VK_LValue, InitLoc);
2800 ST = SemaRef.BuildDeclRefExpr(STDecl, VType, VK_LValue, InitLoc);
2821 IV = SemaRef.BuildDeclRefExpr(IVDecl, VType, VK_LValue, InitLoc);
4952 BuildDeclRefExpr(VDInit, Type, VK_LValue, DE->getExprLoc()).get();
5089 auto *PseudoSrcExpr = BuildDeclRefExpr(SrcVD, Type.getUnqualifiedType(),
5094 BuildDeclRefExpr(DstVD, Type, VK_LValue, DE->getExprLoc()).get();
5597 auto *LHSDRE = BuildDeclRefExpr(LHSVD, Type, VK_LValue, ELoc).get();
5598 auto *RHSDRE = BuildDeclRefExpr(RHSVD, Type, VK_LValue, ELoc).get();
5774 BuildDeclRefExpr(SaveVar, StepExpr->getType(), VK_LValue, StepLoc);
5983 auto *PseudoSrcExpr = BuildDeclRefExpr(SrcVD, Type.getUnqualifiedType(),
5988 BuildDeclRefExpr(DstVD, Type, VK_LValue, DE->getExprLoc()).get();
6094 BuildDeclRefExpr(SrcVD, Type, VK_LValue, DE->getExprLoc()).get();
6098 BuildDeclRefExpr(DstVD, Type, VK_LValue, DE->getExprLoc()).get();