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 61 ICK_Identity = 0, ///< Identity conversion (no conversion)
127 /// (ICK_Identity). Note that the three conversions are
226 return Second == ICK_Identity && Third == ICK_Identity;
  /external/clang/lib/Sema/
SemaOverload.cpp 180 First = ICK_Identity;
181 Second = ICK_Identity;
182 Third = ICK_Identity;
446 if (First != ICK_Identity) {
451 if (Second != ICK_Identity) {
467 if (Third != ICK_Identity) {
    [all...]
SemaExprCXX.cpp     [all...]

Completed in 274 milliseconds