Home
last modified time | relevance | path

Searched defs:Prop (Results 1 – 23 of 23) 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.cpp134 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
153 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
200 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
DSemaObjCProperty.cpp110 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 …]
DSemaPseudoObject.cpp579 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
DSemaExprObjC.cpp2980 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
DSemaLookup.cpp4203 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.cpp387 const ObjCPropertyDecl *Prop) { in createObjCPropertyGetter()
457 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.h254 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/external/llvm/lib/Support/
DDwarf.cpp523 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/external/clang/lib/AST/
DDeclObjC.cpp344 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/
DTransProperties.cpp79 for (auto *Prop : D->properties()) { in collectProperties() local
DObjCMT.cpp248 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local
591 for (auto *Prop : D->properties()) { in migrateObjCContainerDecl() local
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp305 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
/external/clang/lib/Index/
DUSRGeneration.cpp838 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5380 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
5658 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
DRewriteModernObjC.cpp7164 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/
DCGObjCMac.cpp2887 llvm::Constant *Prop[] = { in PushProtocolProperties() local
2915 llvm::Constant *Prop[] = {GetPropertyName(PD->getIdentifier()), in EmitPropertyList() local
/external/clang/include/clang/AST/
DDeclObjC.h2663 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp107 #define MAKE_PROP(Prop, Type) template <>\ argument