Home
last modified time | relevance | path

Searched refs:ConversionSequenceList (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h868 using ConversionSequenceList = variable
895 ConversionSequenceList Conversions;
1195 ConversionSequenceList
1204 return ConversionSequenceList(Conversions, NumConversions); in allocateConversionSequences()
1211 ConversionSequenceList Conversions = std::nullopt) {
H A DSema.h142 typedef MutableArrayRef<ImplicitConversionSequence> ConversionSequenceList; typedef
10177 ConversionSequenceList EarlyConversions = std::nullopt,
10213 ConversionSequenceList EarlyConversions = std::nullopt,
10245 ConversionSequenceList &Conversions, bool SuppressUserConversions,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6799 ADLCallKind IsADLCandidate, ConversionSequenceList EarlyConversions, in AddOverloadCandidate()
7393 ConversionSequenceList EarlyConversions, in AddMethodCandidate()
7592 ConversionSequenceList Conversions; in AddMethodTemplateCandidate()
7676 ConversionSequenceList Conversions; in AddTemplateOverloadCandidate()
7726 ConversionSequenceList &Conversions, bool SuppressUserConversions, in CheckNonDependentConversions()