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;
  355       return Second == ICK_Identity && Third == ICK_Identity;
tools/clang/lib/Sema/SemaExpr.cpp
10429     return ICK_Identity;
tools/clang/lib/Sema/SemaExprCXX.cpp
 3953   case ICK_Identity:
 3988   case ICK_Identity:
 4273   case ICK_Identity:
tools/clang/lib/Sema/SemaOverload.cpp
  185   First = ICK_Identity;
  186   Second = ICK_Identity;
  187   Third = ICK_Identity;
  480   if (First != ICK_Identity) {
  485   if (Second != ICK_Identity) {
  501   if (Third != ICK_Identity) {
 1743       SCS.Second = ICK_Identity;
 1764     SCS.First = ICK_Identity;
 1775   ImplicitConversionKind SecondICK = ICK_Identity;
 1779     SCS.Second = ICK_Identity;
 1889     SCS.Second = ICK_Identity;
 1907     SCS.Third = ICK_Identity;
 1966   SCS.Third = ICK_Identity;
 3735     if (SCS1.Second == ICK_Identity)
 3737     else if (SCS2.Second == ICK_Identity)
 3749   if (SCS1.Third == ICK_Identity)
 3754   if (SCS2.Third == ICK_Identity)
 4647       ICS.Standard.First = ICK_Identity;
 4650                          : ICK_Identity;
 4651       ICS.Standard.Third = ICK_Identity;
 4705     ICS.Standard.First = ICK_Identity;
 4708                       : ICK_Identity;
 4709     ICS.Standard.Third = ICK_Identity;
 5239     SecondKind = ICK_Identity;
 5420   case ICK_Identity:
 5644     SCS.Second = ICK_Identity;
 5645     SCS.Third = ICK_Identity;