/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/llvm-project/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/llvm-project/clang/lib/Sema/ |
D | ScopeInfo.cpp | 132 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy() 151 const ObjCPropertyDecl *Prop) { in recordUseOfWeak() 198 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
|
D | SemaObjCProperty.cpp | 107 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/ |
D | ScopeInfo.cpp | 137 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy() 156 const ObjCPropertyDecl *Prop) { in recordUseOfWeak() 203 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
|
D | SemaObjCProperty.cpp | 110 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/SemaObjCXX/ |
D | abstract-class-type-ivar.mm | 20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
|
/external/llvm-project/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/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/llvm-project/clang/test/SemaObjCXX/ |
D | abstract-class-type-ivar.mm | 20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 386 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/ |
D | JsonAppend.java | 88 public @interface Prop annotation
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 219 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
/external/golang-protobuf/proto/ |
D | properties.go | 101 Prop []*Properties // properties for each field member 116 Prop *Properties member
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 209 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/support/ |
D | TraceTests.cpp | 110 auto Prop = Root->begin(); in TEST() local
|
/external/llvm-project/clang/lib/Index/ |
D | IndexSymbol.cpp | 580 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
|
/external/llvm-project/clang/lib/Analysis/ |
D | BodyFarm.cpp | 704 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/ |
D | JSON.h | 763 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/ |
D | DeclObjC.cpp | 372 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/ |
D | Dwarf.cpp | 522 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 396 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/ |
D | JSON.h | 661 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()
|