Home
last modified time | relevance | path

Searched refs:getPropertyDecl (Results 1 – 25 of 34) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp84 (*PD) = I->getPropertyDecl(); in isSynthesizedRetainableProperty()
564 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in diagnoseMissingReleases()
668 PropDecl = PropImpl->getPropertyDecl(); in diagnoseExtraRelease()
807 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in findShadowedPropertyDecl()
1042 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc()
1082 if (PropImpl->getPropertyDecl()->getSetterMethodDecl()) in isNibLoadedIvarWithoutRetain()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp89 refExpr->getPropertyDecl(), refExpr->isArrow(), refExpr->getType(), in rebuildMSPropertyRefExpr()
1464 if (!RefExpr->getPropertyDecl()->hasGetter()) { in buildGet()
1466 << 0 /* getter */ << RefExpr->getPropertyDecl(); in buildGet()
1471 IdentifierInfo *II = RefExpr->getPropertyDecl()->getGetterId(); in buildGet()
1482 << RefExpr->getPropertyDecl(); in buildGet()
1493 if (!RefExpr->getPropertyDecl()->hasSetter()) { in buildSet()
1495 << 1 /* setter */ << RefExpr->getPropertyDecl(); in buildSet()
1500 IdentifierInfo *II = RefExpr->getPropertyDecl()->getSetterId(); in buildSet()
1511 << RefExpr->getPropertyDecl(); in buildSet()
H A DSemaObjCProperty.cpp1562 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() in ActOnPropertyImplDecl()
1601 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() in ActOnPropertyImplDecl()
1616 PIDecl->getPropertyDecl() && in ActOnPropertyImplDecl()
1617 PIDecl->getPropertyDecl()->isDirectProperty()) { in ActOnPropertyImplDecl()
1619 Diag(PIDecl->getPropertyDecl()->getLocation(), in ActOnPropertyImplDecl()
2097 PropImplMap.insert(I->getPropertyDecl()); in DiagnoseUnimplementedProperties()
2139 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters()
2262 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in DiagnoseOwningPropertyGetterSynthesis()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl()
H A DTransProperties.cpp110 ObjCPropertyDecl *propD = implD->getPropertyDecl(); in doTransform()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp2265 if (PID->getPropertyDecl()->getIdentifier() == Id) { in FindPropertyImplDecl()
2267 !PID->getPropertyDecl()->isClassProperty()) || in FindPropertyImplDecl()
2269 PID->getPropertyDecl()->isClassProperty()) || in FindPropertyImplDecl()
2271 !PID->getPropertyDecl()->isClassProperty())) in FindPropertyImplDecl()
2274 if (PID->getPropertyDecl()->isClassProperty()) in FindPropertyImplDecl()
H A DJSONNodeDumper.cpp1124 VisitNamedDecl(D->getPropertyDecl()); in VisitObjCPropertyImplDecl()
1129 JOS.attribute("propertyDecl", createBareDeclRef(D->getPropertyDecl())); in VisitObjCPropertyImplDecl()
H A DTextNodeDumper.cpp2381 dumpName(D->getPropertyDecl()); in VisitObjCPropertyImplDecl()
2386 dumpDeclRef(D->getPropertyDecl()); in VisitObjCPropertyImplDecl()
H A DDeclPrinter.cpp1604 Out << *PID->getPropertyDecl(); in VisitObjCPropertyImplDecl()
H A DStmtProfile.cpp1963 VisitDecl(S->getPropertyDecl()); in VisitMSPropertyRefExpr()
H A DStmtPrinter.cpp1985 OS << Node->getPropertyDecl()->getDeclName(); in VisitMSPropertyRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp797 if (const ObjCPropertyDecl *Candidate = PI->getPropertyDecl()) { in createObjCPropertyGetter()
827 if (I->getPropertyDecl() != Prop) in createObjCPropertyGetter()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp67 D = cast<ObjCPropertyImplDecl>(D)->getPropertyDecl(); in handleDecl()
H A DIndexBody.cpp318 return IndexCtx.handleReference(E->getPropertyDecl(), E->getMemberLoc(), in VisitMSPropertyRefExpr()
H A DIndexDecl.cpp539 ObjCPropertyDecl *PD = D->getPropertyDecl(); in VisitObjCPropertyImplDecl()
H A DUSRGeneration.cpp490 if (ObjCPropertyDecl *PD = D->getPropertyDecl()) { in VisitObjCPropertyImplDecl()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp918 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
1172 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in generateObjCGetterBody()
3717 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCAtomicSetterCopyHelperFunction()
3817 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCAtomicGetterCopyHelperFunction()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp828 ObjCPropertyDecl *PD = D->getPropertyDecl(); in handleSynthesizedObjCProperty()
H A DCIndex.cpp4820 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling()
6561 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp785 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in RewritePropertyImplDecl()
5359 ObjCPropertyDecl *PD = Prop->getPropertyDecl(); in RewriteObjCClassMetaData()
5637 ObjCPropertyDecl *PD = Prop->getPropertyDecl(); in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp940 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in RewritePropertyImplDecl()
7035 ObjCPropertyDecl *PD = Prop->getPropertyDecl(); in RewriteObjCClassMetaData()
7285 ObjCPropertyDecl *PD = Prop->getPropertyDecl(); in RewriteObjCCategoryImplDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h2853 ObjCPropertyDecl *getPropertyDecl() const { in getPropertyDecl() function
H A DExprCXX.h983 MSPropertyDecl *getPropertyDecl() const { return TheDecl; } in getPropertyDecl() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp924 Record.AddDeclRef(D->getPropertyDecl()); in VisitObjCPropertyImplDecl()
H A DASTWriterStmt.cpp2158 Record.AddDeclRef(E->getPropertyDecl()); in VisitMSPropertyRefExpr()

12