Lines Matching defs:ObjCMethodDecl
72 class ObjCMethodDecl;
555 AbstractCallee(const ObjCMethodDecl *OMD) : CalleeDecl(OMD) {}
563 return cast<ObjCMethodDecl>(CalleeDecl)->param_size();
568 return *(cast<ObjCMethodDecl>(CalleeDecl)->param_begin() + I);
2281 void GenerateObjCMethod(const ObjCMethodDecl *OMD);
2283 void StartObjCMethod(const ObjCMethodDecl *MD, const ObjCContainerDecl *CD);
2290 const ObjCMethodDecl *GetterMothodDecl,
2294 ObjCMethodDecl *MD, bool ctor);
4851 const ObjCMethodDecl *MethodWithObjects);
5389 // an ObjCMethodDecl.
5391 llvm::PointerUnion<const FunctionProtoType *, const ObjCMethodDecl *> P;
5394 PrototypeWrapper(const ObjCMethodDecl *MD) : P(MD) {}