Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp601 QualType PropType = Context.getCanonicalType(property->getType()); in ActOnPropertyImplDecl() local
602 QualType PropertyIvarType = PropType; in ActOnPropertyImplDecl()
603 if (PropType->isReferenceType()) in ActOnPropertyImplDecl()
604 PropertyIvarType = cast<ReferenceType>(PropType)->getPointeeType(); in ActOnPropertyImplDecl()
690 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
705 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
711 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
719 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
DSemaExpr.cpp1540 QualType PropType = Context.getCanonicalType(property->getType()); in SynthesizeProvisionalIvar() local
1543 II, PropType, /*Dinfo=*/0, in SynthesizeProvisionalIvar()