clang
9.0.0
|
#include "clang/Sema/Overload.h"
Public Member Functions | |
operator bool () const | |
Public Attributes | |
DeclAccessPair | FoundDecl |
CXXConstructorDecl * | Constructor |
FunctionTemplateDecl * | ConstructorTmpl |
Definition at line 1013 of file Overload.h.
|
inlineexplicit |
Definition at line 1018 of file Overload.h.
CXXConstructorDecl* clang::ConstructorInfo::Constructor |
Definition at line 1015 of file Overload.h.
Referenced by clang::getConstructorInfo(), and hasCopyOrMoveCtorParam().
FunctionTemplateDecl* clang::ConstructorInfo::ConstructorTmpl |
Definition at line 1016 of file Overload.h.
Referenced by clang::getConstructorInfo().
DeclAccessPair clang::ConstructorInfo::FoundDecl |
Definition at line 1014 of file Overload.h.
Referenced by hasCopyOrMoveCtorParam().