Home
last modified time | relevance | path

Searched defs:MemberPtr (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp774 struct MemberPtr { struct
775 MemberPtr() {} in MemberPtr() function
776 explicit MemberPtr(const ValueDecl *Decl) : in MemberPtr() function
781 const ValueDecl *getDecl() const { in getDecl()
785 bool isDerivedMember() const { in isDerivedMember()
789 const CXXRecordDecl *getContainingRecord() const { in getContainingRecord()
794 void moveInto(APValue &V) const { in moveInto()
797 void setFrom(const APValue &V) { in setFrom()
809 llvm::PointerIntPair<const ValueDecl*, 1, bool> DeclAndIsDerivedMember;
812 SmallVector<const CXXRecordDecl*, 4> Path;
[all …]
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp133 namespace MemberPtr { namespace
/external/clang/lib/Sema/
DSemaLookup.cpp2018 const MemberPointerType *MemberPtr = cast<MemberPointerType>(T); in addAssociatedClassesAndNamespaces() local