Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1194 QualType PropType = property->getType(); in ActOnPropertyImplDecl() local
1195 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl()
1357 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1372 << property->getDeclName() << PropType in ActOnPropertyImplDecl()
1379 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1388 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
/src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1531 auto PropType = Property->getType(); in getFragmentsForObjCProperty() local
1534 .append(getFragmentsForType(PropType, Property->getASTContext(), After)) in getFragmentsForObjCProperty()