clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::ConstructorInfo Struct Reference

#include <Overload.h>

Collaboration diagram for clang::ConstructorInfo:
[legend]

Public Member Functions

 operator bool () const
 

Public Attributes

DeclAccessPair FoundDecl
 
CXXConstructorDeclConstructor
 
FunctionTemplateDeclConstructorTmpl
 

Detailed Description

Definition at line 802 of file Overload.h.

Member Function Documentation

clang::ConstructorInfo::operator bool ( ) const
inlineexplicit

Definition at line 806 of file Overload.h.

References Constructor.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: