Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp928 QualType PropType = property->getType(); in ActOnPropertyImplDecl() local
929 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl()
1078 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1093 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1100 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1109 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()