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.h94 ICR_Exact_Match = 0, ///< Exact Match enumerator
/external/clang/lib/Sema/
DSemaOverload.cpp110 ICR_Exact_Match, in GetConversionRank()
111 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()
192 ImplicitConversionRank Rank = ICR_Exact_Match; in getRank()
6373 GetConversionRank(ICS.Standard.Second) != ICR_Exact_Match) { in AddConversionCandidate()