Home
last modified time | relevance | path

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

12

/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.cpp137 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
156 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
203 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
DSemaObjCProperty.cpp110 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, in CheckPropertyAgainstProtocol()
837 ObjCPropertyDecl *Prop = I->second; in DiagnosePropertyMismatchDeclInProtocols() local
859 static bool hasWrittenStorageAttribute(ObjCPropertyDecl *Prop, in hasWrittenStorageAttribute()
1542 for (auto *Prop : IDecl->properties()) { in CollectImmediateProperties() local
1562 for (auto *Prop : CATDecl->properties()) { in CollectImmediateProperties() local
1576 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local
1647 ObjCPropertyDecl *Prop) { in SuperClassImplementsProperty()
1680 ObjCPropertyDecl *Prop = PropertyOrder[i]; in DefaultSynthesizeProperties() local
1771 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor()
1896 ObjCPropertyDecl *Prop = P->second; in DiagnoseUnimplementedProperties() local
[all …]
DSemaPseudoObject.cpp579 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
DAnalysisBasedWarnings.cpp1339 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp)) in diagnoseRepeatedUseOfWeak() 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.cpp386 static const ObjCIvarDecl *findBackingIvar(const ObjCPropertyDecl *Prop) { in findBackingIvar()
426 const ObjCPropertyDecl *Prop) { in createObjCPropertyGetter()
496 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/annotation/
DJsonAppend.java88 public @interface Prop annotation
/external/llvm/utils/TableGen/
DCodeGenTarget.h209 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/clang/lib/AST/
DDeclObjC.cpp372 for (auto *Prop : properties()) { in collectPropertiesToImplement() local
378 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement() local
1302 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl() local
1857 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
1876 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
/external/llvm/lib/Support/
DDwarf.cpp522 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DJSON.h695 template <typename T> bool map(StringRef Prop, T &Out) { in map()
704 template <typename T> bool map(StringRef Prop, llvm::Optional<T> &Out) { in map()
/external/clang/lib/ARCMigrate/
DTransProperties.cpp79 for (auto *Prop : D->instance_properties()) { in collectProperties() local
DObjCMT.cpp249 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local
591 for (auto *Prop : D->instance_properties()) { in migrateObjCContainerDecl() local
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp301 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
DCheckObjCDealloc.cpp946 const ObjCPropertyDecl *Prop = M.getAccessedProperty(); in getValueReleasedByNillingOut() local
/external/clang/lib/Index/
DUSRGeneration.cpp867 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp531 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp87 static const char *getPropertyName(MachineFunctionProperties::Property Prop) { in getPropertyName()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5359 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
5637 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
DRewriteModernObjC.cpp7041 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
7291 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2921 llvm::Constant *Prop[] = { in PushProtocolProperties() local
2959 llvm::Constant *Prop[] = {GetPropertyName(PD->getIdentifier()), in EmitPropertyList() local

12