Home | History | Annotate | Download | only in Sema

Lines Matching refs:BuildDeclRefExpr

1622 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
1626 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS);
1629 /// BuildDeclRefExpr - Build an expression that references a
1632 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK,
2900 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
11918 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);