/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 | 134 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy() 153 const ObjCPropertyDecl *Prop) { in recordUseOfWeak() 200 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
|
D | SemaObjCProperty.cpp | 110 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, in CheckPropertyAgainstProtocol() 828 ObjCPropertyDecl *Prop = I->second; in DiagnosePropertyMismatchDeclInProtocols() local 850 static bool hasWrittenStorageAttribute(ObjCPropertyDecl *Prop) { in hasWrittenStorageAttribute() 1524 for (auto *Prop : IDecl->properties()) in CollectImmediateProperties() local 1538 for (auto *Prop : CATDecl->properties()) in CollectImmediateProperties() local 1547 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local 1611 ObjCPropertyDecl *Prop) { in SuperClassImplementsProperty() 1645 ObjCPropertyDecl *Prop = PropertyOrder[i]; in DefaultSynthesizeProperties() local 1735 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor() 1844 ObjCPropertyDecl *Prop = P->second; in DiagnoseUnimplementedProperties() local [all …]
|
D | SemaPseudoObject.cpp | 579 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
|
D | SemaExprObjC.cpp | 2980 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
|
D | SemaLookup.cpp | 4203 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 | 387 const ObjCPropertyDecl *Prop) { in createObjCPropertyGetter() 457 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 | 254 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 523 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 344 for (auto *Prop : properties()) { in collectPropertiesToImplement() local 350 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement() local 1264 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl() local 1823 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local 1840 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 | 248 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local 591 for (auto *Prop : D->properties()) { in migrateObjCContainerDecl() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 305 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 838 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 5380 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 5658 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
D | RewriteModernObjC.cpp | 7164 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 7416 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2887 llvm::Constant *Prop[] = { in PushProtocolProperties() local 2915 llvm::Constant *Prop[] = {GetPropertyName(PD->getIdentifier()), in EmitPropertyList() local
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2663 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 107 #define MAKE_PROP(Prop, Type) template <>\ argument
|