reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Overload.h
  225   ImplicitConversionRank GetConversionRank(ImplicitConversionKind Kind);

References

tools/clang/lib/Sema/SemaOverload.cpp
  205   if  (GetConversionRank(First) > Rank)
  206     Rank = GetConversionRank(First);
  207   if  (GetConversionRank(Second) > Rank)
  208     Rank = GetConversionRank(Second);
  209   if  (GetConversionRank(Third) > Rank)
  210     Rank = GetConversionRank(Third);
 7176         GetConversionRank(ICS.Standard.Second) != ICR_Exact_Match) {