| HD | SemaExpr.cpp | 1600 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema 1604 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS); in BuildDeclRefExpr() 1610 Sema::BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, in BuildDeclRefExpr() function in Sema 2815 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr() 11665 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in addAsFieldToClosureType()
|