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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 764 ObjCMethodDecl *GetterMethodDecl = nullptr;
898 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; }
899 void setGetterMethodDecl(ObjCMethodDecl *gDecl) { GetterMethodDecl = gDecl; }
2766 ObjCMethodDecl *GetterMethodDecl = nullptr;
2836 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; }
2837 void setGetterMethodDecl(ObjCMethodDecl *MD) { GetterMethodDecl = MD; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 1113 const ObjCMethodDecl *GetterMethodDecl,
1273 value, ConvertType(GetterMethodDecl->getReturnType()));

Completed in 18 milliseconds