Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h819 using ConversionSequenceList = variable
846 ConversionSequenceList Conversions;
1137 ConversionSequenceList
1146 return ConversionSequenceList(Conversions, NumConversions); in allocateConversionSequences()
1153 ConversionSequenceList Conversions = std::nullopt) {
H A DSema.h138 typedef MutableArrayRef<ImplicitConversionSequence> ConversionSequenceList; typedef
4069 ConversionSequenceList EarlyConversions = std::nullopt,
4093 ConversionSequenceList EarlyConversions = std::nullopt,
4117 ConversionSequenceList &Conversions, bool SuppressUserConversions,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6750 ADLCallKind IsADLCandidate, ConversionSequenceList EarlyConversions, in AddOverloadCandidate()
7361 ConversionSequenceList EarlyConversions, in AddMethodCandidate()
7544 ConversionSequenceList Conversions; in AddMethodTemplateCandidate()
7628 ConversionSequenceList Conversions; in AddTemplateOverloadCandidate()
7680 ConversionSequenceList &Conversions, bool SuppressUserConversions, in CheckNonDependentConversions()