Home
last modified time | relevance | path

Searched refs:PropType (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/coders/
Dxcf.c101 } PropType; typedef
798 PropType prop_type = (PropType) ReadBlobMSBLong(image); in ReadOneLayer()
1080 PropType prop_type = (PropType) ReadBlobMSBLong(image); in ReadXCFImage()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1032 QualType PropType = property->getType(); in ActOnPropertyImplDecl() local
1033 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl()
1188 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1203 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1210 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1219 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()