Searched refs:ConversionSequenceList (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Overload.h | 816 using ConversionSequenceList = variable 843 ConversionSequenceList Conversions; 1134 ConversionSequenceList 1143 return ConversionSequenceList(Conversions, NumConversions); in allocateConversionSequences() 1150 ConversionSequenceList Conversions = std::nullopt) {
|
| H A D | Sema.h | 137 typedef MutableArrayRef<ImplicitConversionSequence> ConversionSequenceList; typedef 3978 ConversionSequenceList EarlyConversions = std::nullopt, 4001 ConversionSequenceList EarlyConversions = std::nullopt, 4024 ConversionSequenceList &Conversions, bool SuppressUserConversions,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 6427 ADLCallKind IsADLCandidate, ConversionSequenceList EarlyConversions, in AddOverloadCandidate() 7038 ConversionSequenceList EarlyConversions, in AddMethodCandidate() 7221 ConversionSequenceList Conversions; in AddMethodTemplateCandidate() 7304 ConversionSequenceList Conversions; in AddTemplateOverloadCandidate() 7352 ConversionSequenceList &Conversions, bool SuppressUserConversions, in CheckNonDependentConversions()
|