Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexDecl.cpp292 if (D->isPropertyAccessor()) in VisitObjCMethodDecl()
332 if (MD->isPropertyAccessor() && in VisitObjCPropertyImplDecl()
337 if (MD->isPropertyAccessor() && in VisitObjCPropertyImplDecl()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2660 !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()
DSemaPseudoObject.cpp651 if (setter->isPropertyAccessor() && warn) in findSetter()
DSemaExprObjC.cpp1856 if (Setter && Setter->isImplicit() && Setter->isPropertyAccessor() && in HandleExprPropertyRefExpr()
3973 if (InstanceMethod->isPropertyAccessor()) in CheckObjCBridgeRelatedConversions()
DSemaObjCProperty.cpp1624 if (!IMD || !IMD->isPropertyAccessor()) in IvarBacksCurrentMethodAccessor()
DSemaCodeComplete.cpp2616 if (M->isPropertyAccessor()) in CreateCodeCompletionString()
2694 if (OMD->isPropertyAccessor()) in CreateCodeCompletionString()
/external/clang/include/clang/AST/
DDeclObjC.h229 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/
DCallEvent.cpp832 if (!MD || !MD->isPropertyAccessor()) in getAccessedProperty()
961 if (CompileTimeMD->isPropertyAccessor()) { in getRuntimeDefinition()
/external/clang/lib/Analysis/
DBodyFarm.cpp486 if (!D->isPropertyAccessor()) in getBody()
/external/clang/lib/AST/
DDeclObjC.cpp754 bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, in Create() argument
758 isVariadic, isPropertyAccessor, isImplicitlyDeclared, isDefined, in Create()
1237 if (isPropertyAccessor()) { in findPropertyDecl()
DASTImporter.cpp3629 D->isVariadic(), D->isPropertyAccessor(), D->isImplicit(), D->isDefined(), in VisitObjCMethodDecl()
DASTContext.cpp468 if (OMD && OMD->isPropertyAccessor()) in getCommentForDecl()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp246 if (!Method->isPropertyAccessor()) in rewriteToPropertyDotSyntax()
1167 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() || in migrateProperty()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp620 Record.push_back(D->isPropertyAccessor()); in VisitObjCMethodDecl()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1884 if (!Method || !Method->isPropertyAccessor()) in isSynthesizedAccessor()
/external/clang/tools/libclang/
DCIndex.cpp1096 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl) in VisitObjCPropertyDecl()
1101 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl) in VisitObjCPropertyDecl()