• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/

Lines Matching defs:ToValueDecl

668     void SetDeclarationDiff(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl,
675 FlatTree[CurrentNode].ToArgInfo.VD = ToValueDecl;
704 Expr *FromExpr, ValueDecl *ToValueDecl, bool ToAddressOf,
712 FlatTree[CurrentNode].ToArgInfo.VD = ToValueDecl;
821 void GetDeclarationDiff(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl,
827 ToValueDecl = FlatTree[ReadNode].ToArgInfo.VD;
854 Expr *&FromExpr, ValueDecl *&ToValueDecl, bool &ToAddressOf,
862 ToValueDecl = FlatTree[ReadNode].ToArgInfo.VD;
1249 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr;
1257 ToValueDecl, NeedToAddressOf);
1262 (ToExpr || ToValueDecl || HasToInt || ToNullPtr);
1265 bool ToDeclaration = ToValueDecl || ToNullPtr;
1278 FromInt, HasFromInt, FromIntType, FromExpr, ToValueDecl,
1295 Tree.SetDeclarationDiff(FromValueDecl, ToValueDecl, NeedFromAddressOf,
1300 FromValueDecl && ToValueDecl &&
1302 FromValueDecl->getCanonicalDecl() == ToValueDecl->getCanonicalDecl();
1504 ValueDecl *FromValueDecl, *ToValueDecl;
1508 Tree.GetDeclarationDiff(FromValueDecl, ToValueDecl, FromAddressOf,
1511 PrintValueDecl(FromValueDecl, ToValueDecl, FromAddressOf, ToAddressOf,
1539 ValueDecl *ToValueDecl;
1544 FromInt, IsValidFromInt, FromIntType, FromExpr, ToValueDecl,
1546 assert(IsValidFromInt && (ToValueDecl || ToNullPtr));
1548 Tree.FromDefault(), ToValueDecl, ToAddressOf,
1861 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl,
1865 assert((FromValueDecl || FromNullPtr || ToValueDecl || ToNullPtr) &&
1882 PrintValueDecl(ToValueDecl, ToAddressOf, ToExpr, ToNullPtr);