clang 20.0.0git
|
#include "clang/Sema/Overload.h"
Public Member Functions | |
operator bool () const | |
Public Attributes | |
DeclAccessPair | FoundDecl |
CXXConstructorDecl * | Constructor |
FunctionTemplateDecl * | ConstructorTmpl |
Definition at line 1263 of file Overload.h.
|
inlineexplicit |
Definition at line 1268 of file Overload.h.
References Constructor.
CXXConstructorDecl* clang::ConstructorInfo::Constructor |
Definition at line 1265 of file Overload.h.
Referenced by clang::getConstructorInfo(), hasCopyOrMoveCtorParam(), and operator bool().
FunctionTemplateDecl* clang::ConstructorInfo::ConstructorTmpl |
Definition at line 1266 of file Overload.h.
Referenced by clang::getConstructorInfo().
DeclAccessPair clang::ConstructorInfo::FoundDecl |
Definition at line 1264 of file Overload.h.
Referenced by hasCopyOrMoveCtorParam().