|
clang
5.0.0
|
SpecialMemberOverloadResult - The overloading result for a special member function. More...
#include "clang/Sema/Sema.h"
Public Types | |
| enum | Kind { NoMemberOrDeleted, Ambiguous, Success } |
Public Member Functions | |
| SpecialMemberOverloadResult () | |
| SpecialMemberOverloadResult (CXXMethodDecl *MD) | |
| CXXMethodDecl * | getMethod () const |
| void | setMethod (CXXMethodDecl *MD) |
| Kind | getKind () const |
| void | setKind (Kind K) |
SpecialMemberOverloadResult - The overloading result for a special member function.
This is basically a wrapper around PointerIntPair. The lowest bits of the integer are used to determine whether overload resolution succeeded.
|
inline |
|
inline |
|
inline |
Definition at line 1023 of file Sema.h.
Referenced by findTrivialSpecialMember().
|
inline |
Definition at line 1020 of file Sema.h.
Referenced by checkMoveAssignmentForRepeatedMove(), findTrivialSpecialMember(), clang::Sema::LookupCopyingAssignment(), clang::Sema::LookupCopyingConstructor(), clang::Sema::LookupDefaultConstructor(), clang::Sema::LookupDestructor(), clang::Sema::LookupMovingAssignment(), clang::Sema::LookupMovingConstructor(), and specialMemberIsConstexpr().
|
inline |
Definition at line 1024 of file Sema.h.
Referenced by clang::Sema::LookupSpecialMember().
|
inline |
Definition at line 1021 of file Sema.h.
Referenced by clang::Sema::LookupSpecialMember().
1.8.6