/minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
H A 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
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
H A D | abstract-class-type-ivar.mm | 20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | forward-protocol-incomplete-impl-warn.m | 8 @property int Prop; // expected-note {{property declared here}} property
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 129 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy() 148 const ObjCPropertyDecl *Prop) { in recordUseOfWeak() 195 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
|
H A D | SemaObjCProperty.cpp | 117 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, in CheckPropertyAgainstProtocol() 771 ObjCPropertyDecl *Prop = I->second; in DiagnosePropertyMismatchDeclInProtocols() local 1427 for (auto *Prop : IDecl->properties()) in CollectImmediateProperties() local 1437 for (auto *Prop : CATDecl->properties()) in CollectImmediateProperties() local 1446 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local 1502 ObjCPropertyDecl *Prop) { in SuperClassImplementsProperty() 1536 ObjCPropertyDecl *Prop = PropertyOrder[i]; in DefaultSynthesizeProperties() local 1626 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor() 1735 ObjCPropertyDecl *Prop = P->second; in DiagnoseUnimplementedProperties() local
|
H A D | SemaPseudoObject.cpp | 547 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
|
H A D | SemaLookup.cpp | 3850 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(Name)) { in LookupPotentialTypoResult() local
|
H A D | SemaExprObjC.cpp | 2788 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 390 const ObjCPropertyDecl *Prop) { in createObjCPropertyGetter() 460 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | Dwarf.cpp | 711 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ASTMutationListener.h | 96 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
|
H A D | DeclObjC.h | 2428 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenTarget.h | 214 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
H A D | CodeGenDAGPatterns.h | 234 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclObjC.cpp | 270 for (auto *Prop : properties()) { in collectPropertiesToImplement() local 1134 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl() local 1606 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local 1623 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransProperties.cpp | 79 for (auto *Prop : D->properties()) { in collectProperties() local
|
H A D | ObjCMT.cpp | 259 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local 598 for (auto *Prop : D->properties()) { in migrateObjCInterfaceDecl() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 174 const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
|
/minix3/external/bsd/llvm/dist/clang/lib/Index/ |
H A D | USRGeneration.cpp | 831 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IvarInvalidationChecker.cpp | 305 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 5398 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 5676 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
H A D | RewriteModernObjC.cpp | 7196 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 7448 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 2759 llvm::Constant *Prop[] = { in PushProtocolProperties() local 2787 llvm::Constant *Prop[] = { in EmitPropertyList() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 5925 void ASTWriter::AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
|