Lines Matching refs:MD
488 void InsertBlockLiteralsWithinMethod(ObjCMethodDecl *MD);
3630 const ObjCMethodDecl *MD = Exp->getMethodDecl();
3632 getSimpleFunctionType(returnType, ArgTypes, MD ? MD->isVariadic() : true);
4620 ObjCMethodDecl *MD) {
4621 ObjCInterfaceDecl *IFace = MD->getClassInterface();
4623 Name += "__" + MD->getSelector().getAsString();
4630 void RewriteModernObjC::InsertBlockLiteralsWithinMethod(ObjCMethodDecl *MD) {
4632 //SourceLocation FunLocStart = MD->getLocStart();
4633 SourceLocation FunLocStart = MD->getLocStart();
4635 BuildUniqueMethodName(FuncName, MD);
5928 ObjCMethodDecl *MD = cast<ObjCMethodDecl>(D);
5929 if (CompoundStmt *Body = MD->getCompoundBody()) {
5930 CurMethodDef = MD;
5934 MD->setBody(Body);
5940 InsertBlockLiteralsWithinMethod(MD);
6531 ObjCMethodDecl *MD = Methods[i];
6536 Result += (MD)->getSelector().getAsString(); Result += "\"";
6539 Context->getObjCEncodingForMethodDecl(MD, MethodTypeString);
6546 Result += RewriteObj.MethodInternalNames[MD];
6907 ObjCMethodDecl *MD = Methods[i];
6909 Context->getObjCEncodingForMethodDecl(MD, MethodTypeString, true);
7060 ObjCMethodDecl *MD = *I;
7061 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) {
7062 OptInstanceMethods.push_back(MD);
7064 InstanceMethods.push_back(MD);
7071 ObjCMethodDecl *MD = *I;
7072 if (MD->getImplementationControl() == ObjCMethodDecl::Optional) {
7073 OptClassMethods.push_back(MD);
7075 ClassMethods.push_back(MD);