Lines Matching defs:ToValueDecl

699     void SetDeclarationDiff(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl,
706 FlatTree[CurrentNode].ToArgInfo.VD = ToValueDecl;
735 Expr *FromExpr, ValueDecl *ToValueDecl, bool ToAddressOf,
743 FlatTree[CurrentNode].ToArgInfo.VD = ToValueDecl;
852 void GetDeclarationDiff(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl,
858 ToValueDecl = FlatTree[ReadNode].ToArgInfo.VD;
885 Expr *&FromExpr, ValueDecl *&ToValueDecl, bool &ToAddressOf,
893 ToValueDecl = FlatTree[ReadNode].ToArgInfo.VD;
1305 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr;
1313 ToValueDecl, NeedToAddressOf);
1318 (ToExpr || ToValueDecl || HasToInt || ToNullPtr);
1321 bool ToDeclaration = ToValueDecl || ToNullPtr;
1334 FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl,
1351 Tree.SetDeclarationDiff(FromValueDecl, ToValueDecl, NeedFromAddressOf,
1356 FromValueDecl && ToValueDecl &&
1358 FromValueDecl->getCanonicalDecl() == ToValueDecl->getCanonicalDecl();
1570 ValueDecl *FromValueDecl, *ToValueDecl;
1574 Tree.GetDeclarationDiff(FromValueDecl, ToValueDecl, FromAddressOf,
1577 PrintValueDecl(FromValueDecl, ToValueDecl, FromAddressOf, ToAddressOf,
1605 ValueDecl *ToValueDecl;
1610 FromInt, IsValidFromInt, FromIntType, FromExpr, ToValueDecl,
1612 assert(IsValidFromInt && (ToValueDecl || ToNullPtr));
1614 Tree.FromDefault(), ToValueDecl, ToAddressOf,
1963 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl,
1967 assert((FromValueDecl || FromNullPtr || ToValueDecl || ToNullPtr) &&
1984 PrintValueDecl(ToValueDecl, ToAddressOf, ToExpr, ToNullPtr);