| H A D | SemaExpr.cpp | 1583 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema 1587 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS); in BuildDeclRefExpr() 1593 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema 2936 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr() 12100 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in addAsFieldToClosureType()
|