Home
last modified time | relevance | path

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

123

/external/llvm-project/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/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/llvm-project/clang/lib/Sema/
DScopeInfo.cpp132 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
151 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
198 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
DSemaObjCProperty.cpp107 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, in CheckPropertyAgainstProtocol()
873 for (const auto &Prop : llvm::enumerate(Properties)) { in SelectPropertyForSynthesisFromProtocols() local
897 const ObjCPropertyDecl *Prop; in SelectPropertyForSynthesisFromProtocols() member
1021 static bool hasWrittenStorageAttribute(ObjCPropertyDecl *Prop, in hasWrittenStorageAttribute()
1770 for (auto *Prop : IDecl->properties()) { in CollectImmediateProperties() local
1790 for (auto *Prop : CATDecl->properties()) { in CollectImmediateProperties() local
1804 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local
1875 ObjCPropertyDecl *Prop) { in SuperClassImplementsProperty()
1909 ObjCPropertyDecl *Prop = PropertyOrder[i]; in DefaultSynthesizeProperties() local
2007 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor()
[all …]
/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 …]
/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/llvm-project/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/test/SemaObjCXX/
Dabstract-class-type-ivar.mm20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
/external/llvm-project/clang/test/SemaObjCXX/
Dabstract-class-type-ivar.mm20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… 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-project/llvm/utils/TableGen/
DCodeGenTarget.h219 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/external/golang-protobuf/proto/
Dproperties.go101 Prop []*Properties // properties for each field member
116 Prop *Properties member
/external/llvm/utils/TableGen/
DCodeGenTarget.h209 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/external/llvm-project/clang-tools-extra/clangd/unittests/support/
DTraceTests.cpp110 auto Prop = Root->begin(); in TEST() local
/external/llvm-project/clang/lib/Index/
DIndexSymbol.cpp580 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp704 static const ObjCIvarDecl *findBackingIvar(const ObjCPropertyDecl *Prop) { in findBackingIvar()
763 const ObjCPropertyDecl *Prop = MD->findPropertyDecl(); in createObjCPropertyGetter() local
/external/llvm-project/llvm/include/llvm/Support/
DJSON.h763 template <typename T> bool map(StringLiteral Prop, T &Out) { in map()
774 template <typename T> bool map(StringLiteral Prop, llvm::Optional<T> &Out) { in map()
785 template <typename T> bool mapOptional(StringLiteral Prop, T &Out) { in mapOptional()
/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/llvm-project/clang/lib/AST/
DDeclObjC.cpp396 for (auto *Prop : properties()) { in collectPropertiesToImplement() local
402 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement() local
1409 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) in findPropertyDecl() local
1984 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
2003 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DJSON.h661 template <typename T> bool map(StringRef Prop, T &Out) { in map()
670 template <typename T> bool map(StringRef Prop, llvm::Optional<T> &Out) { in map()

123