Home | History | Annotate | Download | only in Sema

Lines Matching refs:BuildDeclRefExpr

1269 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
1273 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS);
1276 /// BuildDeclRefExpr - Build an expression that references a
1279 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
2373 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS);
9956 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);