| /external/clang/test/ARCMT/ | 
| D | objcmt-protocol-conformance.m | 51 @property (copy) id Prop;  property55 @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 | 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 …]
 
 | 
| D | SemaPseudoObject.cpp | 579     const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty();  in isWeakProperty()  local
 | 
| D | AnalysisBasedWarnings.cpp | 1339     if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp))  in diagnoseRepeatedUseOfWeak()  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 | 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/utils/TableGen/ | 
| D | CodeGenTarget.h | 209   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/clang/lib/AST/ | 
| D | DeclObjC.cpp | 372   for (auto *Prop : properties()) {  in collectPropertiesToImplement()  local378     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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ | 
| D | JSON.h | 695   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/ | 
| D | TransProperties.cpp | 79     for (auto *Prop : D->instance_properties()) {  in collectProperties()  local
 | 
| D | ObjCMT.cpp | 249     const ObjCPropertyDecl *Prop = Method->findPropertyDecl();  in rewriteToPropertyDotSyntax()  local591   for (auto *Prop : D->instance_properties()) {  in migrateObjCContainerDecl()  local
 
 | 
| /external/clang/lib/StaticAnalyzer/Checkers/ | 
| D | IvarInvalidationChecker.cpp | 301                         const ObjCPropertyDecl *Prop,  in findPropertyBackingIvar()
 | 
| D | CheckObjCDealloc.cpp | 946   const ObjCPropertyDecl *Prop = M.getAccessedProperty();  in getValueReleasedByNillingOut()  local
 | 
| /external/clang/lib/Index/ | 
| D | USRGeneration.cpp | 867 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) {  in generateUSRForObjCProperty()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ | 
| D | Dwarf.cpp | 531 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) {  in ApplePropertyString()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | MachineFunction.cpp | 87 static const char *getPropertyName(MachineFunctionProperties::Property Prop) {  in getPropertyName()
 | 
| /external/clang/lib/Frontend/Rewrite/ | 
| D | RewriteObjC.cpp | 5359   for (const auto *Prop : IDecl->property_impls()) {  in RewriteObjCClassMetaData()  local5637   for (const auto *Prop : IDecl->property_impls()) {  in RewriteObjCCategoryImplDecl()  local
 
 | 
| D | RewriteModernObjC.cpp | 7041   for (const auto *Prop : IDecl->property_impls()) {  in RewriteObjCClassMetaData()  local7291   for (const auto *Prop : IDecl->property_impls()) {  in RewriteObjCCategoryImplDecl()  local
 
 | 
| /external/clang/lib/CodeGen/ | 
| D | CGObjCMac.cpp | 2921     llvm::Constant *Prop[] = {  in PushProtocolProperties()  local2959     llvm::Constant *Prop[] = {GetPropertyName(PD->getIdentifier()),  in EmitPropertyList()  local
 
 |