HomeSort by relevance Sort by last modified time
    Searched refs:ICK_Identity (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
Overload.h 57 ICK_Identity = 0, ///< Identity conversion (no conversion)
117 /// (ICK_Identity). Note that the three conversions are
215 return Second == ICK_Identity && Third == ICK_Identity;
  /external/clang/lib/Sema/
SemaOverload.cpp 186 First = ICK_Identity;
187 Second = ICK_Identity;
188 Third = ICK_Identity;
263 if (First != ICK_Identity) {
268 if (Second != ICK_Identity) {
284 if (Third != ICK_Identity) {
    [all...]
SemaExprCXX.cpp     [all...]

Completed in 1028 milliseconds