HomeSort by: relevance | last modified time | path
    Searched refs:GetterMethod (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 189 ObjCMethodDecl *GetterMethod =
197 if (GetterMethod && GetterMethod->getCanonicalDecl() == MD)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1434 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) {
1435 getterMethod->createImplicitParams(Context, IDecl);
1441 getterMethod->getSelector(), getterMethod->isInstanceMethod());
1443 OMD = RedeclarePropertyAccessor(Context, IC, getterMethod, AtLoc,
1453 SynthesizedFunctionScope Scope(*this, getterMethod);
1454 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl();
1470 getterMethod->getReturnType(),
1481 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) {
1482 Diag(getterMethod->getLocation()
    [all...]
SemaDeclObjC.cpp 4095 if (ObjCMethodDecl *GetterMethod =
4097 GetterMethod->setPropertyAccessor(true);

Completed in 25 milliseconds