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

  /external/clang/test/SemaCXX/
empty-class-layout.cpp 161 // Test that type sugar doesn't make us incorrectly determine the size of an
166 typedef Empty1 Sugar[4];
170 Sugar V[1];
  /external/clang/lib/AST/
Type.cpp 213 /// getDesugaredType - Return the specified type with any "sugar" removed from
313 /// sugar, such as a TypedefType) by removing any existing sugar until it
317 if (const T *Sugar = dyn_cast<T>(Cur))
318 return Sugar;
346 /// sugar off the given type. This should produce an object of the
486 // There is no sugar for ObjCObjectType's, just return the canonical
500 // There is no sugar for ObjCQualifiedIdType's, just return the canonical
510 // There is no sugar for ObjCQualifiedClassType's, just return the canonical
    [all...]

Completed in 180 milliseconds