Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DOverload.h95 ICR_Exact_Match = 0, ///< Exact Match enumerator
/external/llvm-project/clang/include/clang/Sema/
DOverload.h202 ICR_Exact_Match = 0, enumerator
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp121 ICR_Exact_Match, in GetConversionRank()
122 ICR_Exact_Match, in GetConversionRank()
123 ICR_Exact_Match, in GetConversionRank()
124 ICR_Exact_Match, in GetConversionRank()
125 ICR_Exact_Match, in GetConversionRank()
126 ICR_Exact_Match, in GetConversionRank()
146 ICR_Exact_Match, // NOTE(gbiv): This may not be completely right -- in GetConversionRank()
213 ImplicitConversionRank Rank = ICR_Exact_Match; in getRank()
7412 GetConversionRank(ICS.Standard.Second) != ICR_Exact_Match) { in AddConversionCandidate()