clang 20.0.0git
Public Types | Public Member Functions | Public Attributes | List of all members
clang::AmbiguousConversionSequence Struct Reference

Represents an ambiguous user-defined conversion sequence. More...

#include "clang/Sema/Overload.h"

Public Types

using ConversionSet = SmallVector< std::pair< NamedDecl *, FunctionDecl * >, 4 >
 
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