Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1212 QualType PropType = property->getType(); in ActOnPropertyImplDecl() local
1213 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl()
1376 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1391 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1398 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1407 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1368 auto PropType = Property->getType(); in getFragmentsForObjCProperty() local
1371 .append(getFragmentsForType(PropType, Property->getASTContext(), After)) in getFragmentsForObjCProperty()