Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp949 QualType PropType = property->getType(); in ActOnPropertyImplDecl() local
950 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl()
1099 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1114 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1121 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1130 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()