Lines Matching defs:MemberPtr
997 struct MemberPtr { struct
998 MemberPtr() {} in MemberPtr() function
999 explicit MemberPtr(const ValueDecl *Decl) : in MemberPtr() argument
1004 const ValueDecl *getDecl() const { in getDecl()
1008 bool isDerivedMember() const { in isDerivedMember()
1012 const CXXRecordDecl *getContainingRecord() const { in getContainingRecord()
1017 void moveInto(APValue &V) const { in moveInto()
1020 void setFrom(const APValue &V) { in setFrom()
1032 llvm::PointerIntPair<const ValueDecl*, 1, bool> DeclAndIsDerivedMember;
1035 SmallVector<const CXXRecordDecl*, 4> Path;
1039 bool castBack(const CXXRecordDecl *Class) { in castBack()
1059 bool castToDerived(const CXXRecordDecl *Derived) { in castToDerived()
1073 bool castToBase(const CXXRecordDecl *Base) { in castToBase()