Home | History | Annotate | Download | only in Sema

Lines Matching refs:BuildDeclRefExpr

1628 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
1632 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS);
1635 /// BuildDeclRefExpr - Build an expression that references a
1638 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
2981 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
12605 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);