Home | History | Annotate | Download | only in Parse

Lines Matching refs:MDecl

660   Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
664 return MDecl;
1919 Decl *MDecl = ParseObjCMethodPrototype();
1921 PrettyDeclStackTraceEntry CrashInfo(Actions, MDecl, Tok.getLocation(),
1945 if (!MDecl) {
1952 Actions.AddAnyMethodToGlobalPool(MDecl);
1956 LexedMethod* LM = new LexedMethod(this, MDecl);
1970 return MDecl;
2825 // MDecl might be null due to error in method prototype, etc.
2826 Decl *MDecl = LM.D;
2838 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MDecl);
2842 return Actions.ActOnFinishFunctionBody(MDecl, 0);
2857 MDecl = Actions.ActOnFinishFunctionBody(MDecl, FnBody.take());
2871 return MDecl;