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

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

Completed in 58 milliseconds