clang 22.0.0git
|
Represents an ambiguous user-defined conversion sequence. More...
#include "clang/Sema/Overload.h"
Public Types | |
using | ConversionSet |
using | iterator = ConversionSet::iterator |
using | const_iterator = ConversionSet::const_iterator |
Public Member Functions | |
QualType | getFromType () const |
QualType | getToType () const |
void | setFromType (QualType T) |
void | setToType (QualType T) |
ConversionSet & | conversions () |
const ConversionSet & | conversions () const |
void | addConversion (NamedDecl *Found, FunctionDecl *D) |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
void | construct () |
void | destruct () |
void | copyFrom (const AmbiguousConversionSequence &) |
Public Attributes | |
void * | FromTypePtr |
void * | ToTypePtr |
char | Buffer [sizeof(ConversionSet)] |
Represents an ambiguous user-defined conversion sequence.
Definition at line 515 of file Overload.h.
using clang::AmbiguousConversionSequence::const_iterator = ConversionSet::const_iterator |
Definition at line 551 of file Overload.h.
Definition at line 516 of file Overload.h.
using clang::AmbiguousConversionSequence::iterator = ConversionSet::iterator |
Definition at line 546 of file Overload.h.
|
inline |
Definition at line 542 of file Overload.h.
References conversions(), and clang::Found.
Referenced by FindConversionForRefInit(), and TryUserDefinedConversion().
|
inline |
Definition at line 548 of file Overload.h.
References conversions().
|
inline |
Definition at line 553 of file Overload.h.
References conversions().
void AmbiguousConversionSequence::construct | ( | ) |
Definition at line 695 of file SemaOverload.cpp.
References conversions().
|
inline |
Definition at line 534 of file Overload.h.
References Buffer.
Referenced by addConversion(), begin(), begin(), construct(), copyFrom(), destruct(), end(), and end().
|
inline |
Definition at line 538 of file Overload.h.
References Buffer.
void AmbiguousConversionSequence::copyFrom | ( | const AmbiguousConversionSequence & | O | ) |
Definition at line 704 of file SemaOverload.cpp.
References conversions(), FromTypePtr, and ToTypePtr.
void AmbiguousConversionSequence::destruct | ( | ) |
Definition at line 699 of file SemaOverload.cpp.
References conversions().
|
inline |
Definition at line 549 of file Overload.h.
References conversions().
|
inline |
Definition at line 554 of file Overload.h.
References conversions().
|
inline |
Definition at line 523 of file Overload.h.
References FromTypePtr, and clang::QualType::getFromOpaquePtr().
|
inline |
Definition at line 527 of file Overload.h.
References clang::QualType::getFromOpaquePtr(), and ToTypePtr.
|
inline |
Definition at line 531 of file Overload.h.
References FromTypePtr, and clang::T.
Referenced by TryUserDefinedConversion().
|
inline |
Definition at line 532 of file Overload.h.
References clang::T, and ToTypePtr.
Referenced by TryUserDefinedConversion().
char clang::AmbiguousConversionSequence::Buffer[sizeof(ConversionSet)] |
Definition at line 521 of file Overload.h.
Referenced by conversions(), and conversions().
void* clang::AmbiguousConversionSequence::FromTypePtr |
Definition at line 519 of file Overload.h.
Referenced by copyFrom(), getFromType(), and setFromType().
void* clang::AmbiguousConversionSequence::ToTypePtr |
Definition at line 520 of file Overload.h.
Referenced by copyFrom(), getToType(), and setToType().