Lines Matching refs:ToValueDecl
637 void SetDeclarationDiff(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, in SetDeclarationDiff() argument
644 FlatTree[CurrentNode].ToArgInfo.VD = ToValueDecl; in SetDeclarationDiff()
673 Expr *FromExpr, ValueDecl *ToValueDecl, bool ToAddressOf, in SetFromIntegerAndToDeclarationDiff() argument
681 FlatTree[CurrentNode].ToArgInfo.VD = ToValueDecl; in SetFromIntegerAndToDeclarationDiff()
790 void GetDeclarationDiff(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl, in GetDeclarationDiff() argument
796 ToValueDecl = FlatTree[ReadNode].ToArgInfo.VD; in GetDeclarationDiff()
823 Expr *&FromExpr, ValueDecl *&ToValueDecl, bool &ToAddressOf, in GetFromIntegerAndToDeclarationDiff() argument
831 ToValueDecl = FlatTree[ReadNode].ToArgInfo.VD; in GetFromIntegerAndToDeclarationDiff()
1209 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr; in DiffNonTypes() local
1217 ToValueDecl, NeedToAddressOf); in DiffNonTypes()
1222 (ToExpr || ToValueDecl || HasToInt || ToNullPtr); in DiffNonTypes()
1225 bool ToDeclaration = ToValueDecl || ToNullPtr; in DiffNonTypes()
1238 FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl, in DiffNonTypes()
1255 Tree.SetDeclarationDiff(FromValueDecl, ToValueDecl, NeedFromAddressOf, in DiffNonTypes()
1260 FromValueDecl && ToValueDecl && in DiffNonTypes()
1262 FromValueDecl->getCanonicalDecl() == ToValueDecl->getCanonicalDecl(); in DiffNonTypes()
1464 ValueDecl *FromValueDecl, *ToValueDecl; in TreeToString() local
1468 Tree.GetDeclarationDiff(FromValueDecl, ToValueDecl, FromAddressOf, in TreeToString()
1471 PrintValueDecl(FromValueDecl, ToValueDecl, FromAddressOf, ToAddressOf, in TreeToString()
1499 ValueDecl *ToValueDecl; in TreeToString() local
1504 FromInt, IsValidFromInt, FromIntType, FromExpr, ToValueDecl, in TreeToString()
1506 assert(IsValidFromInt && (ToValueDecl || ToNullPtr)); in TreeToString()
1508 Tree.FromDefault(), ToValueDecl, ToAddressOf, in TreeToString()
1821 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, in PrintValueDecl() argument
1825 assert((FromValueDecl || FromNullPtr || ToValueDecl || ToNullPtr) && in PrintValueDecl()
1842 PrintValueDecl(ToValueDecl, ToAddressOf, ToExpr, ToNullPtr); in PrintValueDecl()