Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A 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
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dabstract-class-type-ivar.mm20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared he… property
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dforward-protocol-incomplete-impl-warn.m8 @property int Prop; // expected-note {{property declared here}} property
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp129 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
148 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
195 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
H A DSemaObjCProperty.cpp117 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 DSemaPseudoObject.cpp547 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
H A DSemaLookup.cpp3850 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(Name)) { in LookupPotentialTypoResult() local
H A DSemaExprObjC.cpp2788 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp390 const ObjCPropertyDecl *Prop) { in createObjCPropertyGetter()
460 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp711 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTMutationListener.h96 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
H A DDeclObjC.h2428 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h214 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
H A DCodeGenDAGPatterns.h234 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp270 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 DTransProperties.cpp79 for (auto *Prop : D->properties()) { in collectProperties() local
H A DObjCMT.cpp259 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 DMultiplexConsumer.cpp174 const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp831 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp305 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5398 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
5676 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
H A DRewriteModernObjC.cpp7196 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 DCGObjCMac.cpp2759 llvm::Constant *Prop[] = { in PushProtocolProperties() local
2787 llvm::Constant *Prop[] = { in EmitPropertyList() local
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5925 void ASTWriter::AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()