| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | ScopeInfo.cpp | 131 const ObjCPropertyDecl *Prop) in WeakObjectProfileTy() 150 const ObjCPropertyDecl *Prop) { in recordUseOfWeak() 197 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse() local
|
| HD | SemaObjCProperty.cpp | 109 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
|
| HD | SemaPseudoObject.cpp | 547 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty() local
|
| HD | SemaExprObjC.cpp | 2978 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() local
|
| HD | SemaLookup.cpp | 4021 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(Name)) { in LookupPotentialTypoResult() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | BodyFarm.cpp | 390 const ObjCPropertyDecl *Prop) { in createObjCPropertyGetter() 460 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody() local
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | CodeGenTarget.h | 214 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
| HD | CodeGenDAGPatterns.h | 248 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTMutationListener.h | 103 virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
|
| HD | DeclObjC.h | 2681 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | Dwarf.cpp | 486 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclObjC.cpp | 326 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/ |
| HD | TransProperties.cpp | 79 for (auto *Prop : D->properties()) { in collectProperties() local
|
| HD | ObjCMT.cpp | 258 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax() local 601 for (auto *Prop : D->properties()) { in migrateObjCContainerDecl() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Index/ |
| HD | USRGeneration.cpp | 831 void clang::index::generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS) { in generateUSRForObjCProperty()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | IvarInvalidationChecker.cpp | 305 const ObjCPropertyDecl *Prop, in findPropertyBackingIvar()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | MultiplexConsumer.cpp | 211 const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 5391 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData() local 5669 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl() local
|
| HD | RewriteModernObjC.cpp | 7183 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/ |
| HD | CGObjCMac.cpp | 2756 llvm::Constant *Prop[] = { in PushProtocolProperties() local 2784 llvm::Constant *Prop[] = { in EmitPropertyList() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 5811 void ASTWriter::AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, in AddedObjCPropertyInClassExtension()
|