OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
342
///
sugar
off the given type. This should produce an object of the
478
// There is no
sugar
for ObjCObjectType's, just return the canonical
492
// There is no
sugar
for ObjCQualifiedIdType's, just return the canonical
502
// There is no
sugar
for ObjCQualifiedClassType's, just return the canonical
[
all
...]
Completed in 36 milliseconds