Searched refs:isPropertyAccessor (Results 1 – 13 of 13) sorted by relevance
212 if (D->isPropertyAccessor()) in VisitObjCMethodDecl()246 if (MD->isPropertyAccessor() && in VisitObjCPropertyImplDecl()252 if (MD->isPropertyAccessor() && in VisitObjCPropertyImplDecl()
1069 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl) in VisitObjCPropertyDecl()1074 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl) in VisitObjCPropertyDecl()
232 bool isPropertyAccessor = false,240 IsPropertyAccessor(isPropertyAccessor), in NamedDecl()266 bool isPropertyAccessor = false,408 bool isPropertyAccessor() const { return IsPropertyAccessor; } in isPropertyAccessor() function
561 bool isPropertyAccessor, in Create() argument568 isInstance, isVariadic, isPropertyAccessor, in Create()1010 if (isPropertyAccessor()) { in findPropertyDecl()
847 setFlag("property_accessor", D->isPropertyAccessor()); in visitObjCMethodDeclAttrs()
3279 D->isPropertyAccessor(), in VisitObjCMethodDecl()
449 if (OMD && OMD->isPropertyAccessor()) in getCommentForDecl()
1654 !method->isPropertyAccessor() && in CheckProtocolMethodDefs()1669 if (C || MethodInClass->isPropertyAccessor()) in CheckProtocolMethodDefs()1726 if (!(*I)->isPropertyAccessor() && in MatchAllMethodDeclarations()1743 else if (!MethodDecl->isPropertyAccessor()) in MatchAllMethodDeclarations()
611 if (setter->isPropertyAccessor() && warn) in findSetter()
1536 if (!IMD || !IMD->isPropertyAccessor()) in IvarBacksCurrentMethodAccessor()
2550 if (M->isPropertyAccessor()) in CreateCodeCompletionString()2631 if (OMD->isPropertyAccessor()) in CreateCodeCompletionString()
272 if (Method->isPropertyAccessor() || Method->param_size() != 0) in migrateObjCInterfaceDecl()
434 Record.push_back(D->isPropertyAccessor()); in VisitObjCMethodDecl()