clang 22.0.0git
|
#include "clang/Sema/Overload.h"
Public Attributes | |
FunctionTemplateDecl * | FunctionTemplate |
DeclAccessPair | FoundDecl |
ArrayRef< Expr * > | Args |
CallExpr::ADLCallKind | IsADLCandidate |
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 1115 of file Overload.h.
Definition at line 1119 of file Overload.h.
DeclAccessPair clang::DeferredFunctionTemplateOverloadCandidate::FoundDecl |
Definition at line 1118 of file Overload.h.
FunctionTemplateDecl* clang::DeferredFunctionTemplateOverloadCandidate::FunctionTemplate |
Definition at line 1117 of file Overload.h.
CallExpr::ADLCallKind clang::DeferredFunctionTemplateOverloadCandidate::IsADLCandidate |
Definition at line 1120 of file Overload.h.
OverloadCandidateParamOrder clang::DeferredFunctionTemplateOverloadCandidate::PO |
Definition at line 1121 of file Overload.h.