|
clang 22.0.0git
|
#include "clang/Sema/Overload.h"
Public Attributes | |
| FunctionTemplateDecl * | FunctionTemplate |
| DeclAccessPair | FoundDecl |
| CXXRecordDecl * | ActingContext |
| Expr * | From |
| QualType | ToType |
| Public Attributes inherited from clang::DeferredTemplateOverloadCandidate | |
| DeferredTemplateOverloadCandidate * | Next = nullptr |
| unsigned | Kind: 2 |
| unsigned | AllowObjCConversionOnExplicit: 1 |
| unsigned | AllowResultConversion: 1 |
| unsigned | AllowExplicit: 1 |
| unsigned | SuppressUserConversions: 1 |
| unsigned | PartialOverloading: 1 |
| unsigned | AggregateCandidateDeduction: 1 |
Additional Inherited Members | |
| Public Types inherited from clang::DeferredTemplateOverloadCandidate | |
| enum | Kind { Function , Method , Conversion } |
Definition at line 1139 of file Overload.h.
| CXXRecordDecl* clang::DeferredConversionTemplateOverloadCandidate::ActingContext |
Definition at line 1143 of file Overload.h.
| DeclAccessPair clang::DeferredConversionTemplateOverloadCandidate::FoundDecl |
Definition at line 1142 of file Overload.h.
| Expr* clang::DeferredConversionTemplateOverloadCandidate::From |
Definition at line 1144 of file Overload.h.
| FunctionTemplateDecl* clang::DeferredConversionTemplateOverloadCandidate::FunctionTemplate |
Definition at line 1141 of file Overload.h.
| QualType clang::DeferredConversionTemplateOverloadCandidate::ToType |
Definition at line 1145 of file Overload.h.