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

Lines Matching defs:FromValueDecl

668     void SetDeclarationDiff(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl,
674 FlatTree[CurrentNode].FromArgInfo.VD = FromValueDecl;
686 ValueDecl *FromValueDecl, bool FromAddressOf, bool FromNullPtr,
691 FlatTree[CurrentNode].FromArgInfo.VD = FromValueDecl;
821 void GetDeclarationDiff(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl,
826 FromValueDecl = FlatTree[ReadNode].FromArgInfo.VD;
837 ValueDecl *&FromValueDecl, bool &FromAddressOf, bool &FromNullPtr,
842 FromValueDecl = FlatTree[ReadNode].FromArgInfo.VD;
1249 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr;
1254 FromIntType, FromNullPtr, FromExpr, FromValueDecl, NeedFromAddressOf);
1260 (FromExpr || FromValueDecl || HasFromInt || FromNullPtr);
1264 bool FromDeclaration = FromValueDecl || FromNullPtr;
1269 FromValueDecl, NeedFromAddressOf, FromNullPtr, FromExpr, ToInt,
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,
1517 ValueDecl *FromValueDecl;
1526 FromValueDecl, FromAddressOf, FromNullPtr, FromExpr, ToInt,
1528 assert((FromValueDecl || FromNullPtr) && IsValidToInt);
1529 PrintValueDeclAndInteger(FromValueDecl, FromAddressOf, FromNullPtr,
1861 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl,
1865 assert((FromValueDecl || FromNullPtr || ToValueDecl || ToNullPtr) &&
1869 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr);
1873 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr);
1878 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr);