Lines Matching refs:FromValueDecl
701 void SetDeclarationDiff(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, in SetDeclarationDiff() argument
707 FlatTree[CurrentNode].FromArgInfo.VD = FromValueDecl; in SetDeclarationDiff()
719 ValueDecl *FromValueDecl, bool FromAddressOf, bool FromNullPtr, in SetFromDeclarationAndToIntegerDiff() argument
724 FlatTree[CurrentNode].FromArgInfo.VD = FromValueDecl; in SetFromDeclarationAndToIntegerDiff()
854 void GetDeclarationDiff(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl, in GetDeclarationDiff() argument
859 FromValueDecl = FlatTree[ReadNode].FromArgInfo.VD; in GetDeclarationDiff()
870 ValueDecl *&FromValueDecl, bool &FromAddressOf, bool &FromNullPtr, in GetFromDeclarationAndToIntegerDiff() argument
875 FromValueDecl = FlatTree[ReadNode].FromArgInfo.VD; in GetFromDeclarationAndToIntegerDiff()
1285 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr; in DiffNonTypes() local
1290 FromIntType, FromNullPtr, FromExpr, FromValueDecl, NeedFromAddressOf); in DiffNonTypes()
1296 (FromExpr || FromValueDecl || HasFromInt || FromNullPtr); in DiffNonTypes()
1300 bool FromDeclaration = FromValueDecl || FromNullPtr; in DiffNonTypes()
1305 FromValueDecl, NeedFromAddressOf, FromNullPtr, FromExpr, ToInt, in DiffNonTypes()
1331 Tree.SetDeclarationDiff(FromValueDecl, ToValueDecl, NeedFromAddressOf, in DiffNonTypes()
1336 FromValueDecl && ToValueDecl && in DiffNonTypes()
1338 FromValueDecl->getCanonicalDecl() == ToValueDecl->getCanonicalDecl(); in DiffNonTypes()
1540 ValueDecl *FromValueDecl, *ToValueDecl; in TreeToString() local
1544 Tree.GetDeclarationDiff(FromValueDecl, ToValueDecl, FromAddressOf, in TreeToString()
1547 PrintValueDecl(FromValueDecl, ToValueDecl, FromAddressOf, ToAddressOf, in TreeToString()
1553 ValueDecl *FromValueDecl; in TreeToString() local
1562 FromValueDecl, FromAddressOf, FromNullPtr, FromExpr, ToInt, in TreeToString()
1564 assert((FromValueDecl || FromNullPtr) && IsValidToInt); in TreeToString()
1565 PrintValueDeclAndInteger(FromValueDecl, FromAddressOf, FromNullPtr, in TreeToString()
1905 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, in PrintValueDecl() argument
1909 assert((FromValueDecl || FromNullPtr || ToValueDecl || ToNullPtr) && in PrintValueDecl()
1913 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr); in PrintValueDecl()
1917 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr); in PrintValueDecl()
1922 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr); in PrintValueDecl()