Home | History | Annotate | Download | only in Sema

Lines Matching refs:BuildDeclRefExpr

2852             SemaRef.BuildDeclRefExpr(PD, PD->getType().getNonReferenceType(),
3020 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
8529 ExprResult MemCpyRef = S.BuildDeclRefExpr(MemCpy, S.Context.BuiltinFnTy,
8713 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc).take();
9023 Expr *OtherRef = BuildDeclRefExpr(Other, OtherRefType, VK_LValue, Loc).take();
9481 Expr *OtherRef = BuildDeclRefExpr(Other, OtherRefType, VK_LValue, Loc).take();
10051 Expr *FunctionRef = BuildDeclRefExpr(Invoke, Invoke->getType(),