Searched refs:MCDecl (Results 1 – 1 of 1) sorted by relevance
3693 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local3694 bool skip = MCDecl && in ParseLexedObjCMethodDefs()3695 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3696 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3709 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()3730 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3732 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3734 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()3737 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()3739 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()[all …]