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()
1307 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr; in DiffNonTypes() local
1315 ToValueDecl, NeedToAddressOf); in DiffNonTypes()
1320 (ToExpr || ToValueDecl || HasToInt || ToNullPtr); in DiffNonTypes()
1323 bool ToDeclaration = ToValueDecl || ToNullPtr; in DiffNonTypes()
1336 FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl, in DiffNonTypes()
1353 Tree.SetDeclarationDiff(FromValueDecl, ToValueDecl, NeedFromAddressOf, in DiffNonTypes()
1358 FromValueDecl && ToValueDecl && in DiffNonTypes()
1360 FromValueDecl->getCanonicalDecl() == ToValueDecl->getCanonicalDecl(); in DiffNonTypes()
1562 ValueDecl *FromValueDecl, *ToValueDecl; in TreeToString() local
1566 Tree.GetDeclarationDiff(FromValueDecl, ToValueDecl, FromAddressOf, in TreeToString()
1569 PrintValueDecl(FromValueDecl, ToValueDecl, FromAddressOf, ToAddressOf, in TreeToString()
1597 ValueDecl *ToValueDecl; in TreeToString() local
1602 FromInt, IsValidFromInt, FromIntType, FromExpr, ToValueDecl, in TreeToString()
1604 assert(IsValidFromInt && (ToValueDecl || ToNullPtr)); in TreeToString()
1606 Tree.FromDefault(), ToValueDecl, ToAddressOf, in TreeToString()
1949 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, in PrintValueDecl() argument
1953 assert((FromValueDecl || FromNullPtr || ToValueDecl || ToNullPtr) && in PrintValueDecl()
1970 PrintValueDecl(ToValueDecl, ToAddressOf, ToExpr, ToNullPtr); in PrintValueDecl()