Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1183 QualType PropType = property->getType(); in ActOnPropertyImplDecl() local
1184 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl()
1349 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1364 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1371 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1380 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()