Lines Matching defs:ToValueDecl
701 void SetDeclarationDiff(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl,
708 FlatTree[CurrentNode].ToArgInfo.VD = ToValueDecl;
737 Expr *FromExpr, ValueDecl *ToValueDecl, bool ToAddressOf,
745 FlatTree[CurrentNode].ToArgInfo.VD = ToValueDecl;
854 void GetDeclarationDiff(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl,
860 ToValueDecl = FlatTree[ReadNode].ToArgInfo.VD;
887 Expr *&FromExpr, ValueDecl *&ToValueDecl, bool &ToAddressOf,
895 ToValueDecl = FlatTree[ReadNode].ToArgInfo.VD;
1307 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr;
1315 ToValueDecl, NeedToAddressOf);
1320 (ToExpr || ToValueDecl || HasToInt || ToNullPtr);
1323 bool ToDeclaration = ToValueDecl || ToNullPtr;
1336 FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl,
1353 Tree.SetDeclarationDiff(FromValueDecl, ToValueDecl, NeedFromAddressOf,
1358 FromValueDecl && ToValueDecl &&
1360 FromValueDecl->getCanonicalDecl() == ToValueDecl->getCanonicalDecl();
1562 ValueDecl *FromValueDecl, *ToValueDecl;
1566 Tree.GetDeclarationDiff(FromValueDecl, ToValueDecl, FromAddressOf,
1569 PrintValueDecl(FromValueDecl, ToValueDecl, FromAddressOf, ToAddressOf,
1597 ValueDecl *ToValueDecl;
1602 FromInt, IsValidFromInt, FromIntType, FromExpr, ToValueDecl,
1604 assert(IsValidFromInt && (ToValueDecl || ToNullPtr));
1606 Tree.FromDefault(), ToValueDecl, ToAddressOf,
1949 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl,
1953 assert((FromValueDecl || FromNullPtr || ToValueDecl || ToNullPtr) &&
1970 PrintValueDecl(ToValueDecl, ToAddressOf, ToExpr, ToNullPtr);