Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1212 QualType PropType = property->getType(); in ActOnPropertyImplDecl() local
1213 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl()
1377 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1392 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1399 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1408 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()