HomeSort by: relevance | last modified time | path
    Searched refs:ConversionSequenceList (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 783 using ConversionSequenceList =
810 ConversionSequenceList Conversions;
1094 ConversionSequenceList
1103 return ConversionSequenceList(Conversions, NumConversions);
1109 ConversionSequenceList Conversions = None) {
Sema.h 135 typedef MutableArrayRef<ImplicitConversionSequence> ConversionSequenceList;
3607 ConversionSequenceList EarlyConversions = None,
3631 ConversionSequenceList EarlyConversions = None,
3654 ConversionSequenceList &Conversions, bool SuppressUserConversions,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 6270 ADLCallKind IsADLCandidate, ConversionSequenceList EarlyConversions,
6855 ConversionSequenceList EarlyConversions,
7023 ConversionSequenceList Conversions;
7106 ConversionSequenceList Conversions;
7154 ConversionSequenceList &Conversions, bool SuppressUserConversions,

Completed in 77 milliseconds