Lines Matching defs:FromValueDecl

699     void SetDeclarationDiff(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl,
705 FlatTree[CurrentNode].FromArgInfo.VD = FromValueDecl;
717 ValueDecl *FromValueDecl, bool FromAddressOf, bool FromNullPtr,
722 FlatTree[CurrentNode].FromArgInfo.VD = FromValueDecl;
852 void GetDeclarationDiff(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl,
857 FromValueDecl = FlatTree[ReadNode].FromArgInfo.VD;
868 ValueDecl *&FromValueDecl, bool &FromAddressOf, bool &FromNullPtr,
873 FromValueDecl = FlatTree[ReadNode].FromArgInfo.VD;
1305 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr;
1310 FromIntType, FromNullPtr, FromExpr, FromValueDecl, NeedFromAddressOf);
1316 (FromExpr || FromValueDecl || HasFromInt || FromNullPtr);
1320 bool FromDeclaration = FromValueDecl || FromNullPtr;
1325 FromValueDecl, NeedFromAddressOf, FromNullPtr, FromExpr, ToInt,
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,
1583 ValueDecl *FromValueDecl;
1592 FromValueDecl, FromAddressOf, FromNullPtr, FromExpr, ToInt,
1594 assert((FromValueDecl || FromNullPtr) && IsValidToInt);
1595 PrintValueDeclAndInteger(FromValueDecl, FromAddressOf, FromNullPtr,
1963 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl,
1967 assert((FromValueDecl || FromNullPtr || ToValueDecl || ToNullPtr) &&
1971 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr);
1975 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr);
1980 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr);