Lines Matching refs:ToValueDecl
701 void SetDeclarationDiff(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, in SetDeclarationDiff() argument
708 FlatTree[CurrentNode].ToArgInfo.VD = ToValueDecl; in SetDeclarationDiff()
737 Expr *FromExpr, ValueDecl *ToValueDecl, bool ToAddressOf, in SetFromIntegerAndToDeclarationDiff() argument
745 FlatTree[CurrentNode].ToArgInfo.VD = ToValueDecl; in SetFromIntegerAndToDeclarationDiff()
854 void GetDeclarationDiff(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl, in GetDeclarationDiff() argument
860 ToValueDecl = FlatTree[ReadNode].ToArgInfo.VD; in GetDeclarationDiff()
887 Expr *&FromExpr, ValueDecl *&ToValueDecl, bool &ToAddressOf, in GetFromIntegerAndToDeclarationDiff() argument
895 ToValueDecl = FlatTree[ReadNode].ToArgInfo.VD; in GetFromIntegerAndToDeclarationDiff()
1285 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr; in DiffNonTypes() local
1293 ToValueDecl, NeedToAddressOf); in DiffNonTypes()
1298 (ToExpr || ToValueDecl || HasToInt || ToNullPtr); in DiffNonTypes()
1301 bool ToDeclaration = ToValueDecl || ToNullPtr; in DiffNonTypes()
1314 FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl, 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()
1575 ValueDecl *ToValueDecl; in TreeToString() local
1580 FromInt, IsValidFromInt, FromIntType, FromExpr, ToValueDecl, in TreeToString()
1582 assert(IsValidFromInt && (ToValueDecl || ToNullPtr)); in TreeToString()
1584 Tree.FromDefault(), ToValueDecl, ToAddressOf, in TreeToString()
1905 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, in PrintValueDecl() argument
1909 assert((FromValueDecl || FromNullPtr || ToValueDecl || ToNullPtr) && in PrintValueDecl()
1926 PrintValueDecl(ToValueDecl, ToAddressOf, ToExpr, ToNullPtr); in PrintValueDecl()