Searched defs:ICK_Identity (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DOverload.h60 ICK_Identity = 0, ///< Identity conversion (no conversion) enumerator in enum:clang::ImplicitConversionKind
138 /// (ICK_Identity). Note that the three conversions are
236 return Second == ICK_Identity && Third == ICK_Identity;

Completed in 53 milliseconds