clang
3.9.0
|
#include <Overload.h>
Public Member Functions | |
operator bool () const | |
Public Attributes | |
DeclAccessPair | FoundDecl |
CXXConstructorDecl * | Constructor |
FunctionTemplateDecl * | ConstructorTmpl |
Definition at line 802 of file Overload.h.
|
inlineexplicit |
Definition at line 806 of file Overload.h.
References Constructor.
CXXConstructorDecl* clang::ConstructorInfo::Constructor |
Definition at line 804 of file Overload.h.
Referenced by clang::getConstructorInfo(), and operator bool().
FunctionTemplateDecl* clang::ConstructorInfo::ConstructorTmpl |
Definition at line 805 of file Overload.h.
Referenced by clang::getConstructorInfo().
DeclAccessPair clang::ConstructorInfo::FoundDecl |
Definition at line 803 of file Overload.h.