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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h783 using ConversionSequenceList =
810 ConversionSequenceList Conversions;
1091 ConversionSequenceList
1100 return ConversionSequenceList(Conversions, NumConversions);
1106 ConversionSequenceList Conversions = None) {
H A DSema.h135 typedef MutableArrayRef<ImplicitConversionSequence> ConversionSequenceList; typedef in namespace:clang
3333 ConversionSequenceList EarlyConversions = None,
3357 ConversionSequenceList EarlyConversions = None,
3380 ConversionSequenceList &Conversions, bool SuppressUserConversions,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6159 ADLCallKind IsADLCandidate, ConversionSequenceList EarlyConversions,
6750 ConversionSequenceList EarlyConversions,
6918 ConversionSequenceList Conversions;
7001 ConversionSequenceList Conversions;
7049 ConversionSequenceList &Conversions, bool SuppressUserConversions,

Completed in 184 milliseconds