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

References

tools/clang/include/clang/Sema/Overload.h
  355       return Second == ICK_Identity && Third == ICK_Identity;
tools/clang/lib/Sema/SemaExprCXX.cpp
 4272   switch (SCS.Third) {
tools/clang/lib/Sema/SemaInit.cpp
 5291       Best->FinalConversion.Third) {
tools/clang/lib/Sema/SemaOverload.cpp
  187   Third = ICK_Identity;
  209   if  (GetConversionRank(Third) > Rank)
  210     Rank = GetConversionRank(Third);
  501   if (Third != ICK_Identity) {
  505     OS << GetImplicitConversionName(Third);
  518   if (Before.First || Before.Second || Before.Third) {
  526   if (After.First || After.Second || After.Third) {
 1744       SCS.Third = ICK_Qualification;
 1899     SCS.Third = ICK_Function_Conversion;
 1902     SCS.Third = ICK_Qualification;
 1907     SCS.Third = ICK_Identity;
 1966   SCS.Third = ICK_Identity;
 3235   SCS.Third = InnerSCS.Third;
 3235   SCS.Third = InnerSCS.Third;
 3744   if (SCS1.Third == SCS2.Third) {
 3744   if (SCS1.Third == SCS2.Third) {
 3749   if (SCS1.Third == ICK_Identity)
 3754   if (SCS2.Third == ICK_Identity)
 4044       SCS1.Third != SCS2.Third || SCS1.Third != ICK_Qualification)
 4044       SCS1.Third != SCS2.Third || SCS1.Third != ICK_Qualification)
 4044       SCS1.Third != SCS2.Third || SCS1.Third != ICK_Qualification)
 4651       ICS.Standard.Third = ICK_Identity;
 4709     ICS.Standard.Third = ICK_Identity;
 5645     SCS.Third = ICK_Identity;