| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| HD | AppleObjCDeclVendor.cpp | 310 const bool isPropertyAccessor = false; in BuildMethod() local 357 isPropertyAccessor, isSynthesizedAccessorStub, isImplicitlyDeclared, in BuildMethod()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexDecl.cpp | 516 if (D->isPropertyAccessor()) in VisitObjCMethodDecl() 560 if (MD->isPropertyAccessor() && !hasUserDefined(MD, Container)) in VisitObjCPropertyImplDecl() 564 if (MD->isPropertyAccessor() && !hasUserDefined(MD, Container)) in VisitObjCPropertyImplDecl()
|
| HD | IndexSymbol.cpp | 221 if (MD->isPropertyAccessor()) { in getSymbolInfo()
|
| /freebsd-head/contrib/llvm-project/clang/lib/AST/ |
| HD | DeclObjC.cpp | 825 bool isInstance, bool isVariadic, bool isPropertyAccessor, in ObjCMethodDecl() argument 837 setPropertyAccessor(isPropertyAccessor); in ObjCMethodDecl() 856 bool isPropertyAccessor, bool isSynthesizedAccessorStub, in Create() argument 861 isVariadic, isPropertyAccessor, isSynthesizedAccessorStub, in Create() 1384 if (isPropertyAccessor()) { in findPropertyDecl()
|
| HD | ASTImporter.cpp | 4810 D->isInstanceMethod(), D->isVariadic(), D->isPropertyAccessor(), in VisitObjCMethodDecl()
|
| HD | ASTContext.cpp | 607 if (OMD && OMD->isPropertyAccessor()) in getCommentForDecl()
|
| /freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| HD | RetainCountChecker.h | 385 if (!Method || !Method->isPropertyAccessor()) in isSynthesizedAccessor()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 2777 !method->isPropertyAccessor() && in CheckProtocolMethodDefs() 2795 if (C || MethodInClass->isPropertyAccessor()) in CheckProtocolMethodDefs() 2844 if (!I->isPropertyAccessor() && in MatchAllMethodDeclarations() 2863 else if (!I->isPropertyAccessor()) in MatchAllMethodDeclarations() 2874 if (!I->isPropertyAccessor() && in MatchAllMethodDeclarations() 2892 else if (!I->isPropertyAccessor()) in MatchAllMethodDeclarations() 3662 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool() 3669 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool() 3951 if (!MD->isPropertyAccessor()) { in DiagnoseCategoryDirectMembersProtocolConformance() 5306 if (!Method || !Method->isPropertyAccessor()) in GetIvarBackingPropertyAccessor()
|
| HD | SemaObjCProperty.cpp | 1042 Decl->isVariadic(), Decl->isPropertyAccessor(), in RedeclarePropertyAccessor() 1821 if (!IMD || !IMD->isPropertyAccessor()) in IvarBacksCurrentMethodAccessor()
|
| HD | SemaPseudoObject.cpp | 664 if (setter->isPropertyAccessor() && warn) in findSetter()
|
| HD | SemaExprObjC.cpp | 2087 if (Setter && Setter->isImplicit() && Setter->isPropertyAccessor() && in HandleExprPropertyRefExpr() 4363 if (InstanceMethod->isPropertyAccessor()) in CheckObjCBridgeRelatedConversions()
|
| HD | SemaCodeComplete.cpp | 2975 cast<ObjCMethodDecl>(Param->getDeclContext())->isPropertyAccessor()) { in FormatFunctionParameter() 3786 if (!M || !M->isPropertyAccessor()) in getPatternCompletionComment()
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/AST/ |
| HD | DeclObjC.h | 173 bool isPropertyAccessor = false, bool isSynthesizedAccessorStub = false, 233 bool isVariadic = false, bool isPropertyAccessor = false, 436 bool isPropertyAccessor() const { in isPropertyAccessor() function
|
| /freebsd-head/contrib/llvm-project/clang/lib/Analysis/ |
| HD | BodyFarm.cpp | 867 if (!D->isPropertyAccessor()) in getBody()
|
| HD | PathDiagnostic.cpp | 886 MD->isPropertyAccessor() && in setCallee()
|
| /freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | ObjCMT.cpp | 246 if (!Method->isPropertyAccessor()) in rewriteToPropertyDotSyntax() 1154 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() || in migrateProperty()
|
| /freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | CallEvent.cpp | 1124 if (!MD || !MD->isPropertyAccessor()) in getAccessedProperty()
|
| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| HD | TypeSystemClang.cpp | 8091 const bool isPropertyAccessor = true; in AddObjCClassProperty() local 8106 getter->setPropertyAccessor(isPropertyAccessor); in AddObjCClassProperty() 8134 const bool isPropertyAccessor = true; in AddObjCClassProperty() local 8149 setter->setPropertyAccessor(isPropertyAccessor); in AddObjCClassProperty() 8256 const bool isPropertyAccessor = false; in AddMethodToObjCObjectType() local 8279 objc_method_decl->setPropertyAccessor(isPropertyAccessor); in AddMethodToObjCObjectType()
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| HD | ExtractAPIVisitor.h | 1335 if (Method->isPropertyAccessor()) in recordObjCMethods()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTWriterDecl.cpp | 805 Record.push_back(D->isPropertyAccessor()); in VisitObjCMethodDecl()
|