Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScopeInfo.cpp131 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy()
150 const ObjCPropertyDecl *Prop) { in recordUseOfWeak()
197 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
HDSemaObjCProperty.cpp109 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, in CheckPropertyAgainstProtocol()
779 ObjCPropertyDecl *Prop = I->second; in DiagnosePropertyMismatchDeclInProtocols() local
1439 for (auto *Prop : IDecl->properties()) in CollectImmediateProperties() local
1449 for (auto *Prop : CATDecl->properties()) in CollectImmediateProperties() local
1458 for (auto *Prop : PDecl->properties()) { in CollectImmediateProperties() local
1514 ObjCPropertyDecl *Prop) { in SuperClassImplementsProperty()
1548 ObjCPropertyDecl *Prop = PropertyOrder[i]; in DefaultSynthesizeProperties() local
1638 ObjCPropertyDecl *Prop, in DiagnoseUnimplementedAccessor()
1747 ObjCPropertyDecl *Prop = P->second; in DiagnoseUnimplementedProperties() local
HDSemaPseudoObject.cpp547 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
HDSemaExprObjC.cpp2978 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
HDSemaLookup.cpp4021 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(Name)) { in LookupPotentialTypoResult() local
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDBodyFarm.cpp390 const ObjCPropertyDecl *Prop) { in createObjCPropertyGetter()
460 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody() local
/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenTarget.h214 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
HDCodeGenDAGPatterns.h248 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTMutationListener.h103 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
HDDeclObjC.h2681 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
/NextBSD/contrib/llvm/lib/Support/
HDDwarf.cpp486 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp326 for (auto *Prop : properties()) { in collectPropertiesToImplement() local
1210 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl() local
1769 for (auto *Prop : PDecl->properties()) { in collectPropertiesToImplement() local
1786 for (auto *Prop : PDecl->properties()) { in collectInheritedProtocolProperties() local
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransProperties.cpp79 for (auto *Prop : D->properties()) { in collectProperties() local
HDObjCMT.cpp258 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local
601 for (auto *Prop : D->properties()) { in migrateObjCContainerDecl() local
/NextBSD/contrib/llvm/tools/clang/lib/Index/
HDUSRGeneration.cpp831 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDIvarInvalidationChecker.cpp305 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDMultiplexConsumer.cpp211 const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp5391 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
5669 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
HDRewriteModernObjC.cpp7183 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local
7435 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCMac.cpp2756 llvm::Constant *Prop[] = { in PushProtocolProperties() local
2784 llvm::Constant *Prop[] = { in EmitPropertyList() local
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp5811 void ASTWriter::AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()