Searched refs:isPropertyAccessor (Results 1 – 16 of 16) sorted by relevance
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 292 if (D->isPropertyAccessor()) in VisitObjCMethodDecl() 332 if (MD->isPropertyAccessor() && in VisitObjCPropertyImplDecl() 337 if (MD->isPropertyAccessor() && in VisitObjCPropertyImplDecl()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2660 !method->isPropertyAccessor() && in CheckProtocolMethodDefs() 2681 if (C || MethodInClass->isPropertyAccessor()) in CheckProtocolMethodDefs() 2735 if (!I->isPropertyAccessor() && in MatchAllMethodDeclarations() 2751 else if (!I->isPropertyAccessor()) in MatchAllMethodDeclarations() 2762 if (!I->isPropertyAccessor() && in MatchAllMethodDeclarations() 2777 else if (!I->isPropertyAccessor()) in MatchAllMethodDeclarations() 3536 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool() 3543 Method->getMethod()->isPropertyAccessor())) in LookupImplementedMethodInGlobalPool() 4705 if (!Method || !Method->isPropertyAccessor()) in GetIvarBackingPropertyAccessor()
|
D | SemaPseudoObject.cpp | 651 if (setter->isPropertyAccessor() && warn) in findSetter()
|
D | SemaExprObjC.cpp | 1856 if (Setter && Setter->isImplicit() && Setter->isPropertyAccessor() && in HandleExprPropertyRefExpr() 3973 if (InstanceMethod->isPropertyAccessor()) in CheckObjCBridgeRelatedConversions()
|
D | SemaObjCProperty.cpp | 1624 if (!IMD || !IMD->isPropertyAccessor()) in IvarBacksCurrentMethodAccessor()
|
D | SemaCodeComplete.cpp | 2616 if (M->isPropertyAccessor()) in CreateCodeCompletionString() 2694 if (OMD->isPropertyAccessor()) in CreateCodeCompletionString()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 229 bool isVariadic = false, bool isPropertyAccessor = false, 236 IsPropertyAccessor(isPropertyAccessor), IsDefined(isDefined), in NamedDecl() 257 bool isVariadic = false, bool isPropertyAccessor = false, 421 bool isPropertyAccessor() const { return IsPropertyAccessor; } in isPropertyAccessor() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 832 if (!MD || !MD->isPropertyAccessor()) in getAccessedProperty() 961 if (CompileTimeMD->isPropertyAccessor()) { in getRuntimeDefinition()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 486 if (!D->isPropertyAccessor()) in getBody()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 754 bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, in Create() argument 758 isVariadic, isPropertyAccessor, isImplicitlyDeclared, isDefined, in Create() 1237 if (isPropertyAccessor()) { in findPropertyDecl()
|
D | ASTImporter.cpp | 3629 D->isVariadic(), D->isPropertyAccessor(), D->isImplicit(), D->isDefined(), in VisitObjCMethodDecl()
|
D | ASTContext.cpp | 468 if (OMD && OMD->isPropertyAccessor()) in getCommentForDecl()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 246 if (!Method->isPropertyAccessor()) in rewriteToPropertyDotSyntax() 1167 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() || in migrateProperty()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 620 Record.push_back(D->isPropertyAccessor()); in VisitObjCMethodDecl()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1884 if (!Method || !Method->isPropertyAccessor()) in isSynthesizedAccessor()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1096 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl) in VisitObjCPropertyDecl() 1101 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl) in VisitObjCPropertyDecl()
|