Home
last modified time | relevance | path

Searched refs:isPropertyAccessor (Results 1 – 20 of 20) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCDeclVendor.cpp310 const bool isPropertyAccessor = false; in BuildMethod() local
357 isPropertyAccessor, isSynthesizedAccessorStub, isImplicitlyDeclared, in BuildMethod()
/freebsd-head/contrib/llvm-project/clang/lib/Index/
HDIndexDecl.cpp516 if (D->isPropertyAccessor()) in VisitObjCMethodDecl()
560 if (MD->isPropertyAccessor() && !hasUserDefined(MD, Container)) in VisitObjCPropertyImplDecl()
564 if (MD->isPropertyAccessor() && !hasUserDefined(MD, Container)) in VisitObjCPropertyImplDecl()
HDIndexSymbol.cpp221 if (MD->isPropertyAccessor()) { in getSymbolInfo()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp825 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()
HDASTImporter.cpp4810 D->isInstanceMethod(), D->isVariadic(), D->isPropertyAccessor(), in VisitObjCMethodDecl()
HDASTContext.cpp607 if (OMD && OMD->isPropertyAccessor()) in getCommentForDecl()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountChecker.h385 if (!Method || !Method->isPropertyAccessor()) in isSynthesizedAccessor()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp2777 !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()
HDSemaObjCProperty.cpp1042 Decl->isVariadic(), Decl->isPropertyAccessor(), in RedeclarePropertyAccessor()
1821 if (!IMD || !IMD->isPropertyAccessor()) in IvarBacksCurrentMethodAccessor()
HDSemaPseudoObject.cpp664 if (setter->isPropertyAccessor() && warn) in findSetter()
HDSemaExprObjC.cpp2087 if (Setter && Setter->isImplicit() && Setter->isPropertyAccessor() && in HandleExprPropertyRefExpr()
4363 if (InstanceMethod->isPropertyAccessor()) in CheckObjCBridgeRelatedConversions()
HDSemaCodeComplete.cpp2975 cast<ObjCMethodDecl>(Param->getDeclContext())->isPropertyAccessor()) { in FormatFunctionParameter()
3786 if (!M || !M->isPropertyAccessor()) in getPatternCompletionComment()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h173 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/
HDBodyFarm.cpp867 if (!D->isPropertyAccessor()) in getBody()
HDPathDiagnostic.cpp886 MD->isPropertyAccessor() && in setCallee()
/freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp246 if (!Method->isPropertyAccessor()) in rewriteToPropertyDotSyntax()
1154 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() || in migrateProperty()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp1124 if (!MD || !MD->isPropertyAccessor()) in getAccessedProperty()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp8091 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/
HDExtractAPIVisitor.h1335 if (Method->isPropertyAccessor()) in recordObjCMethods()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp805 Record.push_back(D->isPropertyAccessor()); in VisitObjCMethodDecl()