/external/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m | 51 @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/ |
D | ScopeInfo.cpp | 131 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy() 150 const ObjCPropertyDecl *Prop) { in recordUseOfWeak() 197 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
|
D | SemaObjCProperty.cpp | 118 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
|
D | SemaPseudoObject.cpp | 547 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
|
D | SemaExprObjC.cpp | 2729 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
|
D | SemaLookup.cpp | 3876 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(Name)) { in LookupPotentialTypoResult() local
|
/external/clang/test/SemaObjCXX/ |
D | abstract-class-type-ivar.mm | 20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
|
/external/clang/test/SemaObjC/ |
D | forward-protocol-incomplete-impl-warn.m | 8 @property int Prop; // expected-note {{property declared here}} property
|
D | objc-independent-class-attribute.m | 20 @property (copy) NSObject *__attribute__((objc_independent_class)) Prop; // expected-warning {{'obj… property
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 390 const ObjCPropertyDecl *Prop) { in createObjCPropertyGetter() 460 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 214 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
D | CodeGenDAGPatterns.h | 248 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
/external/clang/include/clang/AST/ |
D | ASTMutationListener.h | 102 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
|
D | DeclObjC.h | 2431 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 479 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 270 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/ |
D | TransProperties.cpp | 79 for (auto *Prop : D->properties()) { in collectProperties() local
|
D | ObjCMT.cpp | 258 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local 601 for (auto *Prop : D->properties()) { in migrateObjCContainerDecl() local
|
/external/clang/lib/Frontend/ |
D | MultiplexConsumer.cpp | 183 const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 831 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 305 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 5395 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 5673 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
D | RewriteModernObjC.cpp | 7187 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/ |
D | CGObjCMac.cpp | 2756 llvm::Constant *Prop[] = { in PushProtocolProperties() local 2784 llvm::Constant *Prop[] = { in EmitPropertyList() local
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5963 void ASTWriter::AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
|