Home
last modified time | relevance | path

Searched defs:Prop (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/ARCMT/
Dobjcmt-protocol-conformance.m51 @property (copy) id Prop; property
55 @property (copy) id Prop; property
66 @property (copy) id Prop; property
70 @property (copy) id Prop; property
74 @property (copy) id Prop; property
/external/clang/lib/Sema/
DScopeInfo.cpp131 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
150 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
197 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
DSemaObjCProperty.cpp118 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, in CheckPropertyAgainstProtocol()
774 ObjCPropertyDecl *Prop = I->second; in DiagnosePropertyMismatchDeclInProtocols() local
1430 for (auto *Prop : IDecl->properties()) in CollectImmediateProperties() local
1440 for (auto *Prop : CATDecl->properties()) in CollectImmediateProperties() local
1449 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local
1505 ObjCPropertyDecl *Prop) { in SuperClassImplementsProperty()
1539 ObjCPropertyDecl *Prop = PropertyOrder[i]; in DefaultSynthesizeProperties() local
1629 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor()
1738 ObjCPropertyDecl *Prop = P->second; in DiagnoseUnimplementedProperties() local
DSemaPseudoObject.cpp547 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
DSemaExprObjC.cpp2729 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
DSemaLookup.cpp3876 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(Name)) { in LookupPotentialTypoResult() local
/external/clang/test/SemaObjCXX/
Dabstract-class-type-ivar.mm20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
/external/clang/test/SemaObjC/
Dforward-protocol-incomplete-impl-warn.m8 @property int Prop; // expected-note {{property declared here}} property
Dobjc-independent-class-attribute.m20 @property (copy) NSObject *__attribute__((objc_independent_class)) Prop; // expected-warning {{'obj… property
/external/clang/lib/Analysis/
DBodyFarm.cpp390 const ObjCPropertyDecl *Prop) { in createObjCPropertyGetter()
460 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody() local
/external/llvm/utils/TableGen/
DCodeGenTarget.h214 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
DCodeGenDAGPatterns.h248 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/external/clang/include/clang/AST/
DASTMutationListener.h102 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
DDeclObjC.h2431 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
/external/llvm/lib/Support/
DDwarf.cpp479 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/external/clang/lib/AST/
DDeclObjC.cpp270 for (auto *Prop : properties()) { in collectPropertiesToImplement() local
1132 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl() local
1604 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
1621 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
/external/clang/lib/ARCMigrate/
DTransProperties.cpp79 for (auto *Prop : D->properties()) { in collectProperties() local
DObjCMT.cpp258 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local
601 for (auto *Prop : D->properties()) { in migrateObjCContainerDecl() local
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp183 const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
/external/clang/lib/Index/
DUSRGeneration.cpp831 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp305 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5395 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
5673 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
DRewriteModernObjC.cpp7187 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
7439 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2756 llvm::Constant *Prop[] = { in PushProtocolProperties() local
2784 llvm::Constant *Prop[] = { in EmitPropertyList() local
/external/clang/lib/Serialization/
DASTWriter.cpp5963 void ASTWriter::AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()