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

#include "clang/Sema/Overload.h"

Public Member Functions

 operator bool () const
 

Public Attributes

DeclAccessPair FoundDecl
 
CXXConstructorDeclConstructor
 
FunctionTemplateDeclConstructorTmpl
 

Detailed Description

Definition at line 1231 of file Overload.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 1236 of file Overload.h.

References Constructor.

Member Data Documentation

◆ Constructor

CXXConstructorDecl* clang::ConstructorInfo::Constructor

Definition at line 1233 of file Overload.h.

Referenced by clang::getConstructorInfo(), hasCopyOrMoveCtorParam(), and operator bool().

◆ ConstructorTmpl

FunctionTemplateDecl* clang::ConstructorInfo::ConstructorTmpl

Definition at line 1234 of file Overload.h.

Referenced by clang::getConstructorInfo().

◆ FoundDecl

DeclAccessPair clang::ConstructorInfo::FoundDecl

Definition at line 1232 of file Overload.h.

Referenced by hasCopyOrMoveCtorParam().


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