Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1711 struct MemberPtr { struct
1712 MemberPtr() {} in MemberPtr() function
1713 explicit MemberPtr(const ValueDecl *Decl) : in MemberPtr() function
1718 const ValueDecl *getDecl() const { in getDecl()
1722 bool isDerivedMember() const { in isDerivedMember()
1726 const CXXRecordDecl *getContainingRecord() const { in getContainingRecord()
1731 void moveInto(APValue &V) const { in moveInto()
1734 void setFrom(const APValue &V) { in setFrom()
1749 SmallVector<const CXXRecordDecl*, 4> Path;
1753 bool castBack(const CXXRecordDecl *Class) { in castBack()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1062 MemberPtr, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp2910 const MemberPointerType *MemberPtr = cast<MemberPointerType>(T); in addAssociatedClassesAndNamespaces() local