Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DOverload.h95 ICR_Exact_Match = 0, ///< Exact Match enumerator
/external/clang/lib/Sema/
DSemaOverload.cpp111 ICR_Exact_Match, in GetConversionRank()
112 ICR_Exact_Match, in GetConversionRank()
113 ICR_Exact_Match, in GetConversionRank()
114 ICR_Exact_Match, in GetConversionRank()
115 ICR_Exact_Match, in GetConversionRank()
116 ICR_Exact_Match, in GetConversionRank()
135 ICR_Exact_Match, // NOTE(gbiv): This may not be completely right -- in GetConversionRank()
199 ImplicitConversionRank Rank = ICR_Exact_Match; in getRank()
6511 GetConversionRank(ICS.Standard.Second) != ICR_Exact_Match) { in AddConversionCandidate()