|
clang 22.0.0git
|
#include "clang/Sema/Overload.h"
Public Attributes | |
| FunctionTemplateDecl * | FunctionTemplate |
| DeclAccessPair | FoundDecl |
| ArrayRef< Expr * > | Args |
| CXXRecordDecl * | ActingContext |
| Expr::Classification | ObjectClassification |
| QualType | ObjectType |
| OverloadCandidateParamOrder | PO |
| 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 1126 of file Overload.h.
| CXXRecordDecl* clang::DeferredMethodTemplateOverloadCandidate::ActingContext |
Definition at line 1131 of file Overload.h.
Definition at line 1130 of file Overload.h.
| DeclAccessPair clang::DeferredMethodTemplateOverloadCandidate::FoundDecl |
Definition at line 1129 of file Overload.h.
| FunctionTemplateDecl* clang::DeferredMethodTemplateOverloadCandidate::FunctionTemplate |
Definition at line 1128 of file Overload.h.
| Expr::Classification clang::DeferredMethodTemplateOverloadCandidate::ObjectClassification |
Definition at line 1132 of file Overload.h.
| QualType clang::DeferredMethodTemplateOverloadCandidate::ObjectType |
Definition at line 1133 of file Overload.h.
| OverloadCandidateParamOrder clang::DeferredMethodTemplateOverloadCandidate::PO |
Definition at line 1134 of file Overload.h.